Improved

November 18th, 2025

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