Technician checked in

This action can be performed either by a customer on your behalf, or you - by using the CorigoPro Mobile or CorrigoPro Desktop.

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 status. Equals to CheckedIn.

Location

Location

Mandatory

Actor coordinates.

Example notification: technician checked in

The following is a notification body sample:

{
	"Status": "CheckedIn",
	"Location": {
		"Latitude": 36.281445,
		"Longitude": -75.794662
	},
	"Header": {
		"WorkOrderId": 42,
		"BranchId": 492042,
		"Sender": {
			"Name": "Jon Snow",
			"Phone": "+12025550141",
			"Type": "CorrigoPro"
		},
		"Action": "CheckedIn",
		"ActionDate": "2017-10-05T10:17:40.7259888Z",
		"ApiVersion": "1.0",
		"MessageId": "e6d28519-8f7f-4d09-8ea1-9727fdc91e0b"
	}
}

You must use these data to synchronize your work order Status and process additional data if needed.