LogoLogo
Developer GuideAPI GuideChangelogDeprecation ScheduleStatus
Deprecation Schedule
Deprecation Schedule
  • June 2025
    • Changes to Sales Invoice
Powered by GitBook
On this page
  • Affected Endpoint
  • Affected Field
  • Replacement Field

Was this helpful?

  1. June 2025

Changes to Sales Invoice

Last updated 5 months ago

Was this helpful?

Affected Endpoint

URL:

Affected Field

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

Replacement Field

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

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