LowCodeAPI
  • Bookings(10)
    • POST
      Book Appointment
    • GET
      Get Appointment
    • POST
      Update Appointment
    • POST
      Reschedule Appointment
    • GET
      Fetch Availability
    • POST
      Add Staff
    • GET
      Fetch Services
    • GET
      Fetch Staff
    • GET
      Fetch Workspaces
    • GET
      Fetch Resources
POST
GET
POST
POST
GET
POST
GET
GET
GET
GET
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