Create AccountingCustomer
Creates as new AccountingCustomer via the ThirdPartyConnection set as Tenant.AccountingConnectionCode
Parameters
| Name | Type | Description |
|---|---|---|
| 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