bookAppointmentResponse
Description
This is the response sent when a slot is selected for appointment booking.
Example
The following is an example bookAppointmentResponse JSON file.
{
"dispatchProcessId": "a18g0000008M1icAAC",
"territoryId": "a1jg000000226nIAAQ",
"orgId": "00Dg0000006Qv56",
"workOrderId": "WO-00008580",
"statusCode": 0,
"errorMessage": "Success",
"jobInstanceId": 0,
"requestExpirationTime": 1591694404474
}
Field Descriptions
The following table describes the fields in the bookAppointmentResponse JSON. See the sample response JSON file for examples.
Field
Description
Notes
dispatchProcessId
This is the dispatch process ID.
territoryId
This is the territory ID.
orgId
This is the Salesforce org ID.
workOrderId
This is the work order number.
statusCode
This is the code indicating the status of the request.
errorMessage
This is the status message text.
jobInstanceId
This is the job reference ID.
requestExpirationTime
This is the request expiry time duration.
Was this helpful?