Improved

October 24th, 2025

POST: /api/v2/pub/accounting-companies

🚧

Changed

  • added the new request property 'address/address_2'
  • added the new request property 'address/gross_area'
  • added the new request property 'address/rentable_area'
  • added the new request property 'address/usable_area'
  • added the new required request property 'address/address_1'
  • added the new required request property 'address/city'
  • added the new required request property 'address/measurement_unit'
  • added the new required request property 'address/measurement_value'
  • added the new required request property 'address/zip'
  • the request property 'address/admin_area_1' became not nullable
  • the request property 'address/country_code' became not nullable
  • the request property 'address/admin_area_1' became required
  • the request property 'address/country_code' became required
❗️

Removed

  • removed the request property 'address/address_line_1'
  • removed the request property 'address/address_line_2'
  • removed the request property 'address/locality'
  • removed the request property 'address/postal_code'

PATCH: /api/v2/pub/accounting-companies/{id}

🚧

Changed

  • added the new request property 'address/address_2'
  • added the new request property 'address/gross_area'
  • added the new request property 'address/rentable_area'
  • added the new request property 'address/usable_area'
  • added the new required request property 'address/address_1'
  • added the new required request property 'address/city'
  • added the new required request property 'address/measurement_unit'
  • added the new required request property 'address/measurement_value'
  • added the new required request property 'address/zip'
  • the request property 'address/admin_area_1' became not nullable
  • the request property 'address/country_code' became not nullable
  • the request property 'address/admin_area_1' became required
  • the request property 'address/country_code' became required
❗️

Removed

  • removed the request property 'address/address_line_1'
  • removed the request property 'address/address_line_2'
  • removed the request property 'address/locality'
  • removed the request property 'address/postal_code'

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'

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'