v1
latestOpenAPI 3.0.02026-07-261733191.1 MBInvoices
Reconcile invoices with external integration
Reconcile invoice properties between our system and integration
post/invoices/reconcile-with-integration
Headers
Authorizationstring required
Your API credentials. Eg. Basic {credentials}.
sequence-version'2024-07-30'
Use this header to select an API version
Request body
Example request
{
"integrationService": "Xero",
"invoiceIds": [],
"propertiesToCompare": [
"INVOICE_NUMBER",
"STATUS"
]
}Response
Accepted