customer-management

Number of APIs: 21

The Client Management service allows you to manage clients in your system.

Contact Support: Name: Emporix

  1. Access Token POST {{api-url}}/oauth/token

  2. legal-entities - Creating legal entity POST {{api-url}}/customer-management/{{tenant}}/legal-entities

  3. 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

  4. legal-entities - Update a legal entity PUT {{api-url}}/customer-management/{{tenant}}/legal-entities/{{legalEntityId}}

  5. legal-entities - Delete a legal entity DELETE {{api-url}}/customer-management/{{tenant}}/legal-entities/{{legalEntityId}}

  6. contacts - Creating contact POST {{api-url}}/customer-management/{{tenant}}/contacts

  7. 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

  8. contacts - Retrieving a contact GET {{api-url}}/customer-management/{{tenant}}/contacts/{{contactId}}

  9. contacts - Update a contact PUT {{api-url}}/customer-management/{{tenant}}/contacts/{{contactId}}

  10. contacts - Delete a contact DELETE {{api-url}}/customer-management/{{tenant}}/contacts/{{contactId}}