API Change Log December 8th, 2022 Release
about 2 years ago by Abhay Anumula
Check the API updates for this release.
Employee
- API endpoint: {apiurl}/v1/employees/{employee_id}/history?type=1
- Scenario: Fetch the employee’s payroll plan history.
- Earlier behavior: NA
- New behavior: This new API allows you to fetch the payroll plan history of the employee.
- API documentation link: NA
Memberships
- API endpoint:{apiurl}/v1/guests/{guest_id}/memberships/{membership_id}/addon_member/{addon_member_id}
- Scenario: Use this API to delete a guest (member) from a membership.
- Earlier behavior: NA
- New behavior: This new API allows you to delete the members present in a membership.
- API documentation link: NA
- API endpoint: {apiurl}/v1/guests/{guest_id}/memberships/{membership_id}/addon_member
- Scenario: Use this API to add a guest (member) to an existing membership.
- Earlier behavior: NA
- New behavior: This new API allows you to add a new member (guest) to an existing membership.
- API documentation link: NA
ezConnect
- API endpoint: {apiurl}/v1/zconnect/groups
- Scenario: Use this API to edit the group when sending a bulk SMS.
- Earlier behavior: NA
- New behavior: This new API allows you to edit the group of recipients when sending bulk text messages on ezConnect.
- API documentation link: NA
- API endpoint: {apiurl}/v1/zconnect/groups
- Scenario: Use this API to create groups for sending bulk SMS.
- Earlier behavior: NA
- New behavior: This new API allows you to create a group of recipients for sending bulk text messages on ezConnect.
- API documentation link: NA
- API endpoint: {apiurl}/v1/zconnect/groups
- Scenario: Use this API to add a contact to an existing group.
- Earlier behavior: NA
- New behavior: This new API allows you to an existing contact to a group. Use the group to send bulk SMS on ezConnect.
- API documentation link: NA
- API endpoint: {apiurl}/v1/zconnect/groups/delete_contact?center_id={center_id}&group_id={group_id}&user_id={user_id}
- Scenario: Use this API to delete a contact from a group.
- Earlier behavior: NA
- New behavior: This new API allows you to delete an existing contact present in the group.
- API documentation link: NA
- API endpoint: {apiurl}/v1/zconnect/groups?center_id={center_id}&group_id={group_id}
- Scenario: Use this API to delete the entire group.
- Earlier behavior: NA
- New behavior: This new API allows you to delete an existing group in ezConnect.
- API documentation link: NA
- API endpoint: {apiurl}/v1/zconnect/group_contacts?group_id={group_id}&search_text=&page=1&size=10
- Scenario: Use this API to get the contact details of all the guests in a group.
- Earlier behavior: NA
- New behavior: This new API allows you to fetch the contact information of all the guests inside an existing group.
- API documentation link: NA
- API endpoint: {apiurl}/v1/zconnect/groups?center_id={center_id}&search_text=&page=1&size=10
- Scenario: Use this API to fetch all the groups created in ezConnect.
- Earlier behavior: NA
- New behavior: This new API allows you to fetch all the groups that are present in ezConnect.
- API documentation link: NA