Appointment info changed
Every time the Appointment status is changed, your WebHook receives a notification containing the updated Appointment information.
Fields
Field | Value Type | Verification | Description |
---|---|---|---|
Header | MessageHeader | Mandatory | Complex object that contains important information about the request. |
Appointment | Appointment | Mandatory | Information about updated schedule |
Example notification: Appointment info changed
{
"Appointment": {
"ScheduledStart": "2018-09-21T23:02:54.9170647Z",
"Pte": "Appointment"
},
"Header": {
"WorkOrderId": 42,
"BranchId": 63174,
"Sender": {
"Name": "Jon Snow",
"Phone": "+12025550141",
"Type": "CorrigoPro"
},
"Action": "AppointmentInfoChanged",
"ActionDate": "2018-09-21T23:02:54.838941Z",
"ApiVersion": "1.1",
"MessageId": "3941fc24-ec05-4b44-8661-dcf1a70c30ce"
}
}
Updated about 6 years ago