Create a customer
Customers
Create a customer
Create a customer.
POST
Create a customer
Request Structure
| Field | Required | Description |
|---|---|---|
code | Yes | Unique customer code |
name | Yes | Customer name |
shelf_life_min / shelf_life_max | No | Shelf-life bounds in days |
address | No | Nested address (town/city in address_3) |
Authorizations
OAuth 2.0 authentication. Use the client credentials or authorization code flow to obtain an access token.
The subdomain/tenant name identifying which tenant's data to access. Required for all API requests.
Body
application/json
Response
Created successfully
The response is of type object.

