Create
Command, Introduced in version 2.18
POST https://localhost:8001/sv/001.1/api/v1/Sales/Customers/Create
Creates a new customer.
Returns EntityCommandResponse
The root entity id of the response is the business key identifier of the created customer. References Customers
The entity id of the response is the same as the root entity id.
Required permission
Create new customer
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
Name | String | The name to set for the new customer.
|
|
Code | String | The human readable identifier to set for the new customer.
|
Example
{
"Name": null,
"Code": null
}