API Docs / Operations / Accounting / Create AccountingCustomer

Create AccountingCustomer

POST /api/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