Technician paused

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

Fields

FieldValue TypeVerificationDescription
HeaderMessageHeaderMandatoryComplex object that contains important information about the request.
CommentstringOptional,
Maximum length: 3000
Actor comment justifying the action.
StatusStatusMandatoryActual work order status.
LocationGeoLocationMandatoryActor 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"
	}
}