Customer
Creates a new customer in the organization
Body
namestring · min: 1Required
Name of the customer
organizationIdnumberRequired
ID of the organization to which the customer belongs
operationsLimitnumberOptional
The maximum number of operations allowed for the customer.
Responses
200
Customer created successfully.
application/json
post
200
Customer created successfully.
Updates an existing customer by ID
Path parameters
idnumberRequired
Customer ID
Body
namestring · min: 1Optional
New name of the customer
operationsLimitnumberOptional
The maximum number of operations allowed for the customer.
Responses
200
Customer updated successfully.
application/json
patch
200
Customer updated successfully.