API Change Log - 29 Apr 2025 - DRAFT
3 days ago by Anwesha Paul
Service Booking
- API Endpoint: v1/bookings
- Scenario: This API is used to create service bookings.
- API method: POST
- Earlier behavior: Bookings cannot be made to future time slots beyond a given date.
- New behavior: With additional parameters, future time slots can be retrieved for bookings.
Service Booking
- API Endpoint: {api_url}/v1/bookings/{booking_id}/slots
- Scenario: This API is used to get time slots.
- API method: GET
- Earlier behavior: It gets old time slots mention in the date parameter.
- New behavior: It gets future time slots based on days mentioned in future_slot_days.
Service Booking
- API Endpoint: {api_url}/v1/bookings/{booking_id}/slots/reserve
- Scenario: This API is used to reserve a time slot for a booking.
- API method: POST
- Earlier behavior: The old API allowed reserving time slots for the date provided in the date field.
- New behavior: The new version allows you to reserve time slots for all future dates.