API Change Log - 8 Apr 2025 (DRAFT)
3 days ago by Anwesha Paul
Invoice
- API Endpoint: {api_url}/v1/Invoices/{invoice_id}/invoice_item/{invoice_item_id}/split_commissions
- Scenario: This API is used to add, update, and/or delete multiple employee commissions for an invoice item.
- API method: POST
- Earlier behavior: New API. No earlier behavior.
- New behavior: This API is used to add, update, and/or delete multiple employee commissions for an invoice item.
Marketing
- API Endpoint: {api_url} /v1/campaigns/restricted_words/analyze
- Scenario: This API analyses campaign templates for restricted words.
- API method: PUT
- Earlier behavior: This API used to return restricted_words as array.
- New behavior: This API will now return restricted_words as bool.
Booking Wizard
- API Endpoint: {api_url}/v1/bookings
- Scenario: This API supports booking of day and bundle service packages.
- API method: POST
- Earlier behavior: Couple booking was not supported in the booking API.
- New behavior: The booking API now supports couple booking.
Appointment
- API Endpoint: {api_url}/v1/organizations/settings/{section}
- Scenario: This API fetches the organization settings.
- API method: GET
- Earlier behavior: This API used to fetch the sections of the settings.
- New behavior: The API now returns the sections of settings along with any missed organization settings from Guest Profile.
Appointment
- API Endpoint: {api_url}/sso/user
- Scenario: This API retrieves user details.
- API method: GET
- Earlier behavior: This API retrieved user details.
- New behavior: The API now includes the preferred language of the user while retrieving the details.