Skip to main content
POST
Create customers
SystemUser permission: CustomerService:createCustomer, EntityService:createEntity

Authorizations

Authorization
string
header
required

JWT bearer token obtained from POST /auth/system-login using your client credentials.

Body

application/json

Customer object that needs to be created

name
string
required
Example:

"Acme Corp"

entity
object
required

Response

Bad request — validation error

status
string
Example:

"error"

message
string
Example:

"Forbidden"

errors
object[]