Management API
...
Customer
Accounts
Create Customer Account
3min
Creates a customer account, if requesting manager has access permissions to it.
URL: /api/v1/customer-accounts/
Method: POST
- code - String
- required
- must be unique
- name - String
- description - String
- phone - String
- address - String
- email - String

Code: 200 OK
Content Examples:


Updated 05 Sep 2023
Did this page help you?