customer-management
Number of APIs: 21
The Client Management service allows you to manage clients in your system.
Contact Support: Name: Emporix
-
Access Token POST {{api-url}}/oauth/token
-
legal-entities - Creating legal entity POST {{api-url}}/customer-management/{{tenant}}/legal-entities
-
legal-entities - Retrieving all legal entities GET {{api-url}}/customer-management/{{tenant}}/legal-entities?pageNumber=1&pageSize=16&sort=name,metadata.createdAt:asc&id=proident&name=proident&type=SUBSIDIARY&parentId=proident&legalInfo.legalName=proident&legalInfo.registrationDate=proident&legalInfo.taxRegistrationNumber=proident&legalInfo.registrationAgency=proident&legalInfo.countryOfRegistration=DE&legalInfo.registrationId=proident
-
legal-entities - Update a legal entity PUT {{api-url}}/customer-management/{{tenant}}/legal-entities/{{legalEntityId}}
-
legal-entities - Delete a legal entity DELETE {{api-url}}/customer-management/{{tenant}}/legal-entities/{{legalEntityId}}
-
contacts - Creating contact POST {{api-url}}/customer-management/{{tenant}}/contacts
-
contacts - Retrieving all contacts GET {{api-url}}/customer-management/{{tenant}}/contacts?pageNumber=1&pageSize=16&sort=name,metadata.createdAt:desc&name=proident&surname=proident&contactDetails.email=proident&contactDetails.phone=proident&contactDetails.address=proident&contactDetails.city=proident&contactDetails.state=proident&contactDetails.postcode=proident&contactDetails.countryCode=proident
-
contacts - Retrieving a contact GET {{api-url}}/customer-management/{{tenant}}/contacts/{{contactId}}
-
contacts - Update a contact PUT {{api-url}}/customer-management/{{tenant}}/contacts/{{contactId}}
-
contacts - Delete a contact DELETE {{api-url}}/customer-management/{{tenant}}/contacts/{{contactId}}