Management API
Customer
Create Customer
3min
Creates a customer, if requesting manager has access permissions to it.
URL: /api/v1/customers/
Method: POST
- email - String
- first_name - String
- last_name - String
- company_name - String
- phone - String
- reference - String
- address - String
- postcode - String
- city - String
- country - String
- state - String
- customer_account - Integer
- "metadata"-JSON object
Code: 200 OK
Content examples:
Updated 09 Nov 2023
Did this page help you?