...
Column Name | Type | Description |
---|---|---|
notification_job_rebook | boolean | Defines if Job Rebook push notifications will be sent or not. |
Object Format
The Job Rebook push notification will send a JSON object to the configured API with the following format:
Code Block |
---|
{ "Type": "29", "WorkItemType": "1", "WorkItem": { "Id": "" "WorkStatus": "" } } |
...
The Job Rebook push notification's JSON object has the following properties.
Property | Type | Required? | Description | |
---|---|---|---|---|
Type | string | Yes | The type of notification being sent. For a Job Rebook push notification, this value will always be |
9 ( |
nine), indicating the notification represents a rebook action.
| ||||
WorkItemType | string | Yes | The type of work the notification is about. For a Job Rebook push notification, this value will always be 1 (one), indicating the notification is about a job. | |
WorkItem | object | Yes | ||
Id | string | Yes | ServiceOptimizer's unique ID for the job that the Job Rebook push notification is about. | |
WorkStatus | string | Yes | A DisStatus code, representing the status of the job at the time of the Job Rebook push notification. |