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 AccountingCustomersLists all customers in the accounting platform. The platform is the ThirdPartyConnection.Code set in Tenant.AccountingConnectionCode/tenants/{tenant}/accounting/customers
-
POST Create AccountingCustomerCreates as new AccountingCustomer via the ThirdPartyConnection set as Tenant.AccountingConnectionCode/tenants/{tenant}/accounting/customers
-
GET Get AccountingCustomerGets the AccountingCustomer from the ThirdPartyConnection set as Tenant.AccountingConnectionCode/tenants/{tenant}/accounting/customers/{customerId}
-
GET Get Invoices for CustomerGets all invoices for a specific customer from the ThirdPartyConnection set as Tenant.AccountingConnectionCode/tenants/{tenant}/accounting/customers/{customerId}/invoices