forked from tmforum/DSCUSTOMER
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# TMF Customer Management API RI | ||
|
||
## Introduction | ||
|
||
This is the code repository for the reference implementation of the TM Forum Customer Management API, used as part of | ||
the FIWARE/TMForum Business API Ecosystem. | ||
|
||
Please refer to the [Business API Ecosystem GitHub repo](https://github.com/FIWARE-TMForum/Business-API-Ecosystem) for more | ||
details on this platform. | ||
|
||
## API Overview | ||
|
||
The Customer Management API provides a standardized mechanism for customer and customer account management, | ||
such as creation, update, retrieval, deletion and notification of events. | ||
|
||
Customer can be a person, an organization or another service provider who buys products from an enterprise. | ||
Customer management API allows management of identification and financial information about him. | ||
|
||
For more details on the structure of the TMF Customer Management API have a look at its [page in TM Forum site](https://www.tmforum.org/resources/standard/tmf629-customer-management-api-rest-specification-r14-5-0/) |