Improved
November 18th, 2025
27 days ago
GET: /api/v2/pub/approvable-resources
Added
- endpoint added
POST: /api/v2/pub/contracted-invoices
Changed
- added the new request property 'payment_term_id'
GET: /api/v2/pub/non-contracted-invoices
Added
- added the property 'items/payment_term_id' to the response with the '200' status
POST: /api/v2/pub/non-contracted-invoices
Changed
- added the new request property 'payment_term_id'
GET: /api/v2/pub/non-contracted-invoices/{id}
Added
- added the property '/items/payment_term_id' to the response with the '200' status
PUT: /api/v2/pub/non-contracted-invoices/{id}/reject-by-accounting
Added
- added required request body
GET: /api/v2/pub/punch-items
Added
- added the required property 'items/site_ids' to the response with the '200' status
Changed
- added the new required 'query' request parameter 'site_ids'
POST: /api/v2/pub/punch-items
Changed
- added the new required request property 'site_ids'
GET: /api/v2/pub/punch-items/{id}
Added
- added the required property 'site_ids' to the response with the '200' status
GET: /api/v2/pub/rfis
Added
- added the required property 'items/document_ids' to the response with the '200' status
GET: /api/v2/pub/rfis/{id}
Added
- added the required property 'document_ids' to the response with the '200' status
POST: /api/v2/pub/submittal-packages
Added
- endpoint added
