API Docs / Operations / Accounting / Create Customer

Create Customer

POST /tenants/{tenant}/accounting/customers

Creates as new AccountingCustomer via the ThirdPartyConnection set as Tenant.AccountingConnectionCode

Parameters

NameTypeDescription
tenant* path string

The Tenant.Code

The Tenant.Code

Request Body*

{
  "name": "string",
  "email": "string",
  "contactNumber": "string",
  "firstName": "string",
  "lastName": "string"
}

Responses

201 Created
401 Unauthorized – Invalid or missing API key
502 Bad Gateway