improved

January 13th, 2025

GET: /api/v2/pub/business-units

👍

Added

  • added the property 'items/children/items/children' to the response with the '200' status
  • added the property 'items/children/items/description' to the response with the '200' status
  • added the property 'items/children/items/id' to the response with the '200' status
  • added the property 'items/children/items/is_archived' to the response with the '200' status
  • added the property 'items/children/items/name' to the response with the '200' status
  • added the property 'items/children/items/updated_at' to the response with the '200' status

GET: /api/v2/pub/business-units/{id}

👍

Added

  • added the property 'children/items/children' to the response with the '200' status
  • added the property 'children/items/description' to the response with the '200' status
  • added the property 'children/items/id' to the response with the '200' status
  • added the property 'children/items/is_archived' to the response with the '200' status
  • added the property 'children/items/name' to the response with the '200' status
  • added the property 'children/items/updated_at' to the response with the '200' status

GET: /api/v2/pub/custom-attributes

👍

Added

  • added the property 'first_page_url' to the response with the '200' status
  • added the property 'items' to the response with the '200' status
  • added the property 'last_page_url' to the response with the '200' status
  • added the property 'next_page_url' to the response with the '200' status
  • added the property 'page' to the response with the '200' status
  • added the property 'per_page' to the response with the '200' status
  • added the property 'prev_page_url' to the response with the '200' status
  • added the property 'total' to the response with the '200' status

🚧

Changed

  • added the new 'query' request parameter 'page'
  • added the new 'query' request parameter 'per_page'
  • the response's body type/format changed from 'array'/'' to 'object'/'' for status '200'

GET: /api/v2/pub/custom-attributes-lists

👍

Added

  • endpoint added

GET: /api/v2/pub/dictionaries

👍

Added

  • added the property 'items/children/items/children' to the response with the '200' status
  • added the property 'items/children/items/created_at' to the response with the '200' status
  • added the property 'items/children/items/id' to the response with the '200' status
  • added the property 'items/children/items/name' to the response with the '200' status
  • added the property 'items/children/items/slug' to the response with the '200' status
  • added the property 'items/children/items/updated_at' to the response with the '200' status

🚧

Changed

  • the 'items/children/items/' response's property type/format changed from 'string'/'' to 'object'/'' for status '200'

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

👍

Added

  • added the property 'children/items/children' to the response with the '200' status
  • added the property 'children/items/created_at' to the response with the '200' status
  • added the property 'children/items/id' to the response with the '200' status
  • added the property 'children/items/name' to the response with the '200' status
  • added the property 'children/items/slug' to the response with the '200' status
  • added the property 'children/items/updated_at' to the response with the '200' status

🚧

Changed

  • the 'children/items/' response's property type/format changed from 'string'/'' to 'object'/'' for status '200'

POST: /api/v2/pub/non-contracted-invoices

🚧

Changed

  • added the new request property 'vendor_id'