Improved

September 2nd, 2025

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

🚧

Changed

  • added the new request property 'budget_phase_id'
  • added the new request property 'parent_id'
❗️

Removed

  • removed the request property 'project_phase_id'

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

πŸ‘

Added

  • endpoint added

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

🚧

Changed

  • added the new request property 'budget_phase_id'
❗️

Removed

  • removed the request property 'project_phase_id'

POST: /api/v2/pub/budget-cost-codes

🚧

Changed

  • the 'code' request property's maxLength was increased from '12' to '25'

POST: /api/v2/pub/budget-cost-codes/bulk

πŸ‘

Added

  • endpoint added

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

🚧

Changed

  • the 'code' request property's maxLength was increased from '12' to '25'

POST: /api/v2/pub/budget-phases/bulk

πŸ‘

Added

  • endpoint added

GET: /api/v2/pub/budget-phases/{id}

πŸ‘

Added

  • endpoint added

GET: /api/v2/pub/budgets/{id}/approval-phases

πŸ‘

Added

  • endpoint added

GET: /api/v2/pub/files

πŸ‘

Added

  • added the new enum value 'daily-report-work-log' to the 'query' request parameter 'resource_type'
  • added the new 'daily-report-work-log' enum value to the 'items/resource_type' response property for the response status '200'

GET: /api/v2/pub/files/{id}

πŸ‘

Added

  • added the new 'daily-report-work-log' enum value to the 'resource_type' response property for the response status '200'

GET: /api/v2/pub/project-directories

🚧

Changed

  • added the new 'query' request parameter 'project_ids'

POST: /api/v2/pub/projects

🚧

Changed

  • the request property 'client_contact_id' became nullable
  • the request property 'client_contact_id' became optional

GET: /api/v2/pub/rfis

πŸ‘

Added

  • endpoint added

GET: /api/v2/pub/rfis/{id}

πŸ‘

Added

  • added the required property 'project_id' to the response with the '200' status