Changes to Sales Invoice

Affected Endpoint

URL: https://apidocs.zwapgrid.com/accounting-api#tag/sales-invoices/GET/api/v1/consents/{consentId}/salesinvoices/{salesInvoiceId}

Affected Field

{
  "creditInvoice": {
    "reference": "string"
  }
}

Replacement Field

{
  "creditInvoice": {
    "CreditNoteDocumentReference": [
      {
        "id": "string",
        "reference": "string",
        "documentType": "string"
      }
    ]
  }
}

Last updated