API Change Log – June 15th 2022 Release
over 2 years ago by Abhay Anumula
Check the API updates for this release.
API End Point | Scenario | Earlier Behavior | New Behavior | API Documentation Link |
---|---|---|---|---|
PUT {{api_url}}/v1/ employees /{{employee_id}}/ POST {{api_url}}/v1 /employees /{{employee_id}}/ GET {{api_url}}/v1 /employees /{{employee_id}} | Value change for country_code inside work_phone / mobile_phone / home_phone objects | API takes countryFk in request, returns countryFk in response | Value change for country_code inside work_phone /mobile_phone /home_phone objects | Update employee of the center with given catalog details |
{{api_url}}/v1/invoices /{{invoice_id}}/products | Support for API key for the Product Sale API. | Earlier, API key was not supported for the Product Sale APIs. | Now, the Product Sale APIs will support the API key. | Add a product to an invoice |
{{api_url}}/v1/rooms /{{room_id}}/blockouttimes | Support for API Key for the Blockout times API and adding created_by_id parameter in request model. | Earlier, updatedBy was returning null if authenticated using an API Key. | Now, API Key authentication is mandatory, and updatedBy will return created_by_id nfo. | Create the blockout time of a room |