Improved

August 11th, 2025

GET: /api/v2/pub/accounting-companies

πŸ‘

Added

  • added the required property 'items/company_id' to the response with the '200' status
  • added the required property 'items/description' to the response with the '200' status

POST: /api/v2/pub/accounting-companies

🚧

Changed

  • added the new request property 'company_id'
  • added the new request property 'description'

GET: /api/v2/pub/accounting-companies/{id}

πŸ‘

Added

  • added the required property 'company_id' to the response with the '200' status
  • added the required property 'description' to the response with the '200' status

PATCH: /api/v2/pub/accounting-companies/{id}

🚧

Changed

  • added the new request property 'company_id'
  • added the new request property 'description'

POST: /api/v2/pub/budget-cost-code-categories

πŸ‘

Added

  • endpoint added

PATCH: /api/v2/pub/budget-cost-code-categories/{id}

πŸ‘

Added

  • endpoint added

DELETE: /api/v2/pub/budget-cost-codes/{id}

πŸ‘

Added

  • endpoint added

PATCH: /api/v2/pub/budget-cost-codes/{id}

πŸ‘

Added

  • endpoint added

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

πŸ‘

Added

  • endpoint added

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

πŸ‘

Added

  • endpoint added

PUT: /api/v2/pub/contracted-invoices/{id}/submit-to-accounting

πŸ‘

Added

  • endpoint added

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

πŸ‘

Added

  • endpoint added

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

πŸ‘

Added

  • endpoint added

PUT: /api/v2/pub/non-contracted-invoices/{id}/submit-to-accounting

πŸ‘

Added

  • endpoint added