AppointmentEnquiries

Show an Appointment Enquiry

Use this endpoint to retrieve a single AppointmentEnquiry by its ID. The response includes the enquiry's current status (received, confirmed or cancelled), the time window the enquiry covers (time_from and time_to), and a can_confirm flag indicating whether the requested appointment can currently be booked.

This is typically used after listing enquiries via listAppointmentEnquiries to refresh availability before calling actionConfirmAppointmentEnquiry.

get/shop/appointment-enquiries/{appointmentEnquiryId}

Response

The AppointmentEnquiry was successfully retrieved.

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.