v1

latestOpenAPI 3.1.02026-07-2422707.0 MB

Reschedule a service booking

Use this API to reschedule a service booking.

To reschedule a booking, follow these steps:

STEP 1 : Invoke the Create a service booking API along with invoice_id and invoice_item_id that you received while confirming the previous booking.

STEP 2 : Now, use the newly-generated booking_id to retrieve slots from this API and choose a suitable slot_time.

STEP 3 : Reserve the slot for the newly-created service booking by using this API.

STEP 4 : Confirm the service booking by using this API. This process will reschedule the existing appointment to the new time slot.

post/v1/bookings

Request body

RAW_BODYstring json

Response

200

idstring
{"stackTrail":"paths:/v1/bookings:post:responses:200:content:application/json:schema:properties:Error","oasType":"schema","type":"unknown"}

Example response

{
  "id": "15b0cc65-1e47-440d-8208-966959e8c93e"
}