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
OAuth2clientCredentialsRequired
Token URL:
AuthorizationstringRequired

Put ONLY your JWT Bearer token on textbox below!

Path parameters
idstring · uuidRequired
Query parameters
api-versionstringOptional
Responses
put
/api/v1/Inspections/ResetBooking/{id}

Last updated