Accounting
Integration with third-party accounting platforms. Provides endpoints to list customers from connected accounting systems, retrieve individual customer details, create new customers, and fetch invoices by customer. The accounting platform is determined by the Tenant.AccountingConnectionCode which references a ThirdPartyConnection.
-
GET
List AccountingCustomers
Lists all customers in the accounting platform. The platform is the ThirdPartyConnection.Code set in Tenant.AccountingConnectionCode
/api/tenants/{tenant}/accounting/customers
-
POST
Create AccountingCustomer
Creates as new AccountingCustomer via the ThirdPartyConnection set as Tenant.AccountingConnectionCode
/api/tenants/{tenant}/accounting/customers
-
GET
Get AccountingCustomer
Gets the AccountingCustomer from the ThirdPartyConnection set as Tenant.AccountingConnectionCode
/api/tenants/{tenant}/accounting/customers/{customerId}
-
GET
Get Invoices for Customer
Gets all invoices for a specific customer from the ThirdPartyConnection set as Tenant.AccountingConnectionCode
/api/tenants/{tenant}/accounting/customers/{customerId}/invoices