Clients

Create clients in batch

post

This method allows you to create one or more clients at the same time.

Authorizations
x-api-keystringRequired
Header parameters
x-tenant-idstring · uuidOptional

Tenant id (uuid v4)

Body
Responses
chevron-right
201Success
application/json
idstringRequired

Unique identifier of the created client

Example: b86fa12a-76fc-46f5-8a3e-bf39e7be4c4e
external_client_idobject · nullableRequired

External client identifier

Example: 123456
namestringRequired

Client name

Example: Client name
phoneobject · nullableRequired

Client's phone number

Example: 937-99-92
emailobject · nullableRequired

Client's email

Example: [email protected]
companyobject · nullableRequired

Client's company name

Example: Client company
post
/api/v1/public/clients/batch

Last updated