SvcApptSchdEvent
Represents the service appointment event. This object is included in a streamed
notification received on the channels for the parent platform events. You can’t subscribe to
the SvcApptSchdEvent channel directly. This object is available in API version 50.0 and
later.
Supported Calls
describeSObjects()
Parent Platform Events
- AppointmentSchedulingEvent
- ServiceAppointmentEvent
Fields
Field | Details |
---|---|
AdditionalInformation |
|
Address |
|
AppointmentType |
|
ChangedFields |
|
Comments |
|
ContactId |
|
DurationInMinutes |
|
|
|
EventUuid |
|
ParentRecordId |
|
Phone |
|
ScheduledEndTime |
|
ScheduledStartTime |
|
ServiceAppointmentId |
|
ServiceTerritoryId |
|
Status |
|
StatusCategory |
|
Subject |
|
WorkTypeBlockTimeAfterAppointment |
|
WorkTypeBlockTimeAfterUnit |
|
WorkTypeBlockTimeBeforeAppointment |
|
WorkTypeBlockTimeBeforeUnit |
|
WorkTypeId |
|
Example
This example shows the service appointment fields associated with the event.
{
"ParentRecordId": "001RM000003rwkfYAA",
"ContactId": "003RM000006EpajYAC",
"Status": "None",
"AdditionalInformation": "Sample additional information",
"ServiceTerritoryId": "0Hhxx0000004mu4",
"Comments": "Sample comment",
"Email": "abc@example.com",
"Address": "1 Market Street San Francisco CA 94105 United States",
"WorkTypeId": "08qxx0000004C92",
"WorkTypeBlockTimeBeforeAppointment": 30,
"WorkTypeBlockTimeAfterAppointment": 1,
"WorkTypeBlockTimeBeforeUnit": "minutes",
"WorkTypeBlockTimeAfterUnit": "hours",
"ServiceAppointmentId": "08pxx0000005Ip6",
"ScheduledEndTime": "2020-02-28T00:45:00.000Z",
"Subject": "Apply for Chase Sapphire Preferred Card",
"AppointmentType": "null",
"StatusCategory": "None",
"DurationInMinutes": 60,
"Phone": "4157286216",
"ScheduledStartTime": "2020-02-27T23:45:00.000Z"
}