Update Appointment
Table of Contents
Purpose
To update the status of a booking.
Request URL
https://www.zohoapis.com/bookings/v1/json/updateappointment
Headers
Parameter Name | Description |
---|---|
Authorization | Zoho-oauthtoken {{accesstoken}} |
Note: The access token can be generated from the developer console.
Scope
zohobookings.data.CREATE
Request Method
POST
Parameters
Parameters to be passed in the request body as form-data along with the request URL are,
Parameter Name | Description |
---|---|
booking_id * | The unique id of the previously booked appointment |
action * | The status of the booking that needs to be updated. possible values: completed/ cancel/ noshow |
Response Type
JSON
API Limits
Zoho Bookings Plan/Edition | Number of API calls/day |
Free | 250/per user |
Basic | 1000/per user |
Premium | 3000/per user |
Zoho One | 3000/per user |
Related Links
Sample Request
Copied
Sample Response
Copied