Technician paused

Every time Pause operation is performed, your WebHook receives notification containing all the necessary information (including actor GeoLocation).

Fields

Field

Value Type

Verification

Description

Header

MessageHeader

Mandatory

Complex object that contains important information about the request.

Comment

string

Optional,
Maximum length: 3000

Actor comment justifying the action.

Status

Status

Mandatory

Actual work order status.

Location

GeoLocation

Mandatory

Actor coordinates.

Example

{
	"Status": "Paused",
	"Location": {
		"Latitude": 36.281445,
		"Longitude": -75.794662
	},
	"Header": {
		"WorkOrderId": 42,
		"BranchId": 500772,
		"Sender": {
			"Name": "Jon Snow",
			"Phone": "+12025550141",
			"Type": "CorrigoPro"
		},
		"Action": "Paused",
		"ActionDate": "2017-10-05T13:02:12.5341078Z",
		"ApiVersion": "1.0",
		"MessageId": "fe5eab7a-6187-46fb-adae-664268297cf1"
	}
}