Improved
October 20th, 2025
7 days ago
PATCH: /api/v2/pub/accounting-business-units/{id}
Changed
- the request property 'name' became not nullable
PATCH: /api/v2/pub/accounting-cost-codes/{id}
Changed
- the request property 'code' became not nullable
- the request property 'name' became not nullable
PATCH: /api/v2/pub/accounting-cost-types/{id}
Changed
- the request property 'name' became not nullable
PATCH: /api/v2/pub/accounting-entities/{id}
Changed
- the request property 'name' became not nullable
PATCH: /api/v2/pub/accounting-projects/{id}
Changed
- the request property 'name' became not nullable
POST: /api/v2/pub/budget-cost-codes
Changed
- the 'description' request property's maxLength was increased from '255' to '500'
GET: /api/v2/pub/contracted-invoices
Added
- added the new enum value 'fully_approved' to the 'query' request parameter 'status'
- added the new 'fully_approved' enum value to the 'items/status' response property for the response status '200'
GET: /api/v2/pub/contracted-invoices/{id}
Added
- added the new 'fully_approved' enum value to the '/items/status' response property for the response status '200'
GET: /api/v2/pub/non-contracted-invoices
Added
- added the new enum value 'fully_approved' to the 'query' request parameter 'status'
- added the new 'fully_approved' enum value to the 'items/status' response property for the response status '200'
GET: /api/v2/pub/non-contracted-invoices/{id}
Added
- added the new 'fully_approved' enum value to the '/items/status' response property for the response status '200'
GET: /api/v2/pub/projects
Added
- added the property 'items/unit_type' to the response with the '200' status
GET: /api/v2/pub/projects/{id}
Added
- added the property 'unit_type' to the response with the '200' status
GET: /api/v2/pub/submittals
Added
- added the required property 'items/document_ids' to the response with the '200' status
GET: /api/v2/pub/submittals/{id}
Added
- added the required property 'document_ids' to the response with the '200' status
