API Change Log – July 23, 2024

Updates for this release.

Prescriptions

  • API Endpoint: {api_url}/v1/eprescription/prescriptions
  • Scenario: This API retrieves the prescriptions of a guest when the parameters guest_id, and provider_type.
  • API method: GET
  • Earlier behavior: New API. No earlier behavior.
  • New behavior: Retrieves the prescriptions of a guest.
  • API documentation link:

Fitness

  • API Endpoint: {api_url}/v1/classes/{class_id}/registrations/recurrence_reservation
  • Scenario: This API makes recurring reservations for classes. It can be used for both single and group reservations.
  • API method: POST
  • Earlier behavior: Made recurring reservations only for single bookings.
  • New behavior: Makes recurring reservations for both single and group bookings.
  • API documentation link:

Employee

  • API Endpoint: {api_url}/v1/employees/{employee_id}/attendance/approval_requests/{approval_request_id}
  • Scenario: This API allows managers to approve the attendance approval requests from their employees.
  • API method: PATCH
  • Earlier behavior: New API. No earlier behavior.
  • New behavior: Lets managers approve attendance approval requests.
  • API documentation link:

Employee

  • API Endpoint: {api_url}/v1/employees/{employee_id}/attendance/approval_requests
  • Scenario: This API allows employees to raise attendance approval requests.
  • API method: POST
  • Earlier behavior: New API. No earlier behavior.
  • New behavior: Lets employees raise attendance approval requests.
  • API documentation link:

Employee

  • API Endpoint: {api_url}/v1/employees/{employee_id}/attendance/approval_requests/{approval_request_id}
  • Scenario: This API allows employees to delete an attendance approval request that they have raised.
  • API method: DELETE
  • Earlier behavior: New API. No earlier behavior.
  • New behavior: Lets employees delete attendance approval requests.
  • API documentation link: