v1
latestOpenAPI 3.0.12026-07-13139143370.4 KBAppointments
Reassign Appointment
Use this endpoint to Reassign an appointment from one resource to another. The result returned is a single appointment that was reassigned to the target resource. A valid appointment id and resource id is required. Find appointment id's by using the GET /setup/v1/appointments endpoint, find resource id's by using the GET /setup/v1/resources endpoint.
put/setup/v1/appointments/{id}/reassign/resource/{resourceId}
Path parameters
idstring required
id of appointment object
resourceIdstring required
id of target resource
Response
Success