AppointmentEnquiries
Confirm an enquiry using the start time provided.
Use this endpoint to confirm an appointment enquiry
post/shop/appointment-enquiries/{appointmentEnquiryId}/confirm
Request body
Example request
{
"time": "2026-06-15T10:00:00Z"
}Response
Results of the availability check for an appointment enquiry
Example response
{
"data": {
"cancellation_reason": "expired",
"order": {
"order_ref": "TRY00",
"full_name": "Jessica Jones"
}
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.