Get Customer

GET /tenants/{tenant}/accounting/customers/{customerId}

Gets the AccountingCustomer from the ThirdPartyConnection set as Tenant.AccountingConnectionCode. 404 for a user restricted to clients this customer is not mapped to.

Parameters

NameTypeDescription
tenant* path string

The Tenant.Code

The Tenant.Code

customerId* path string

Responses

401 Unauthorized – Invalid or missing API key
404 Not Found
502 Bad Gateway