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 CustomersLists all customers in the accounting platform. The platform is the ThirdPartyConnection.Code set in Tenant.AccountingConnectionCode/tenants/{tenant}/accounting/customers
-
POST Create CustomerCreates as new AccountingCustomer via the ThirdPartyConnection set as Tenant.AccountingConnectionCode/tenants/{tenant}/accounting/customers
-
GET Get CustomerGets 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
-
GET Download Invoice PDFDownloads the PDF for an invoice from the accounting platform. Only available when IsPdfAvailable is true on the invoice. Use the optional 'dispositio.../tenants/{tenant}/accounting/invoices/{invoiceId}/pdf