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
