Skip to main content

Edit appointment

Edit appointment

PUT
/api/partners/v1/community/:community_id/appointments/:appointment_id/

Request

Example requestPUTapplication/json
$ curl -X PUT \
    -H "Content-Type: application/json" \
    -H "Authorization: Bearer YOUR_API_KEY" \
    -d '{ "status": "string", "notes": "string", "message": "Looking forward to my appointment", "employee": 123, "pms_units": [ { "pms_property_id": "string", "pms_unit_id": "string" } ] }' \
    "https://api.funnelleasing.com/api/partners/v1/community/1234/appointments/952/"

Response

Example responseJSON200 · application/json
{
"success": true
}