Reset Booking
Summary
The Reset Booking API endpoint allows you to reset an existing inspection’s scheduled date, enabling the customer to select a new preferred date and time. Once the booking has been reset, the customer will automatically receive an email and/or SMS notification with a link to re-book their inspection.
Notes
This endpoint is applicable only to “person on site” booking types—those in which the customer selects their preferred appointment time slot, rather than having the time set during inspection creation. If the endpoint is invoked for an inspection that does not fall under this booking type, the API will return a 400 Bad Request response.
Endpoint Specification
put
Authorizations
Path parameters
idstring · uuidRequired
Query parameters
api-versionstringOptional
Responses
204
Returns no content if successful
Responsestring
400
Returns the error
404
If the appointment is not found
put
/api/v1/Inspections/ResetBooking/{id}PUT /api/v1/Inspections/ResetBooking/{id} HTTP/1.1
Host:
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
textLast updated