LowCodeAPI
  • Bookings(1)
    • POST
      Book Appointment
POST
Zoho BookingsZoho BookingsBookings Book Appointment
POST
https://api.lowcodeapi.com/zohobookings/bookings/v1/json/appointment
Request Payload

The payload will be sent as a application/json as a part of the request body.

Payload
service_idnumber*
The unique id of the service for which the appointment is booked
group_idnumber*
The unique id of the staff group associated with the collective booking service
resource_idnumber*
The unique id of the resource associated with the service
staff_idnumber*
The unique id of the staff associated with the service
from_timestring*
The starting time from which the appointment needs to be booked
time_zonestring
The timezone under which the appointment needs to be booked
customer_detailsstring*
The details of the customer which needs to be recorded for booking the appointment
additional_fieldsobject*
Additional details of the customer to be captured through custom fields can be recorded while booking the appointment
Response
API response data will be shown here once the request is completed.
Zoho Bookings