Added support for explicitly terminating contract items in amendments:
- New
TERMINATED_ITEMtype in contract amendment requests - Use
RevenueRecognitionOnlyContractTerminatedItemRequestto specify items being terminated by their external reference
Added support for explicitly terminating contract items in amendments:
TERMINATED_ITEM type in contract amendment requestsRevenueRecognitionOnlyContractTerminatedItemRequest to specify items being terminated by their external referenceThe tax_amount field is now optional when creating or updating:
This allows you to create these entities without specifying tax amounts upfront, which is useful when tax calculation is handled separately or when creating drafts.
discount_amount field to InvoiceScheduleInvoiceItem, allowing you to see discount amounts on scheduled invoice items.name filter parameter to GET /customers to search customers by nameeffective_date parameter to specify when the amendment should take effectInvoice responses now include customer address information:
invoicing_address - The customer's billing addressshipping_address - The customer's shipping addressAccess your organization's bank account information:
GET /bank-accounts - List all bank accountsGET /bank-accounts/{id} - Retrieve a specific bank accountGET /invoice-payments - List all invoice payments across your organization with pagination support