Improved
October 27th, 2025
about 2 months ago
GET: /api/v2/pub/contracts
Added
- added the property 'items/accounting_company_id' to the response with the '200' status
- added the property 'items/payment_term_id' to the response with the '200' status
POST: /api/v2/pub/contracts
Changed
- added the new request property 'accounting_company_id'
- added the new request property 'payment_term_id'
GET: /api/v2/pub/contracts/{id}
Added
- added the property 'accounting_company_id' to the response with the '200' status
- added the property 'payment_term_id' to the response with the '200' status
GET: /api/v2/pub/employees
Added
- added the property 'items/project_roles/additional_project_role_ids' to the response with the '200' status
- added the property 'items/project_roles/primary_project_role_id' to the response with the '200' status
Changed
- the 'items/project_roles' response's property type/format changed from 'array'/'' to 'object'/'' for status '200'
POST: /api/v2/pub/employees
Changed
- added the new request property 'project_roles/additional_project_role_ids'
- added the new request property 'project_roles/primary_project_role_id'
- the 'project_roles' request property type/format changed from 'array'/'' to 'object'/''
GET: /api/v2/pub/employees/{id}
Added
- added the property 'project_roles/additional_project_role_ids' to the response with the '200' status
- added the property 'project_roles/primary_project_role_id' to the response with the '200' status
Changed
- the 'project_roles' response's property type/format changed from 'array'/'' to 'object'/'' for status '200'
PATCH: /api/v2/pub/employees/{id}
Changed
- added the new request property 'project_roles/additional_project_role_ids'
- added the new request property 'project_roles/primary_project_role_id'
- the 'project_roles' request property type/format changed from 'array'/'' to 'object'/''
