Improved

January 14th, 2026

POST: /api/v2/pub/contracted-invoices

👍

Added

  • added the new 'draft' enum value to the request property 'status'
  • added the new 'fully-approved' enum value to the request property 'status'
  • added the new 'paid' enum value to the request property 'status'
🚧

Changed

  • added the new request property 'document_ids'

PATCH: /api/v2/pub/contracted-invoices/{id}

🚧

Changed

  • added the new request property 'document_ids'

POST: /api/v2/pub/contracted-invoices/{id}/payments

🚧

Changed

  • the request property 'date' became nullable
  • the request property 'method' became nullable
  • the request property 'number' became nullable
  • the request property 'value' became nullable

POST: /api/v2/pub/non-contracted-invoices

👍

Added

  • added the new 'draft' enum value to the request property 'status'
  • added the new 'fully-approved' enum value to the request property 'status'
  • added the new 'paid' enum value to the request property 'status'
🚧

Changed

  • added the new request property 'document_ids'
  • request property 'status' was restricted to a list of enum values

PATCH: /api/v2/pub/non-contracted-invoices/{id}

🚧

Changed

  • added the new request property 'document_ids'

POST: /api/v2/pub/non-contracted-invoices/{id}/payments

🚧

Changed

  • the request property 'date' became nullable
  • the request property 'method' became nullable
  • the request property 'number' became nullable
  • the request property 'value' became nullable