v45

latestOpenAPI 3.0.0raw.githubusercontent.com2026-07-2684278289.5 KB
Customers

Create a customer

Create a new customer for the organization

post/ar/customers

Request body

emailstring required

The email address for the customer.

namestring required

The name of the customer.

Response

deletedAtstring yyyy-mm-ddThh:MM:ssZ nullable

The time the customer was deleted, if it was deleted.

emailstring required

Email of customer.

idstring uuid required

ArCustomerId

namestring required

Name of customer.

Example response

{
  "deletedAt": "2016-07-22T00:00:00Z"
}