Check list updated

❗️

Important

Checklists are becoming Procedures for most Enterprise clients on March 22, 2018, and we discourage their usage.

Each time a technician changes a checklist via CorrigoPro Desktop, your WebHook receives a notification with all necessary data.

See Completing checklist for more information about changing the checklist.

Fields

FieldValue TypeVerificationDescription
HeaderMessageHeaderMandatoryComplex object that contains important information about the request.
CheckListCheckListItemDescriptor[]MandatoryContains array all CheckList with current state.

Example notification: checklist updated

{
	"CheckList": [
		{
			"Id": 6,
			"SortingIndex": 1,
			"Description": "Visual Inspections Task A001 PIPING-HOSE/MECH/VI-01 General",
			"Comment": null,
			"Exception": null,
			"IsDone": true
		},
		{
			"Id": 7,
			"SortingIndex": 2,
			"Description": "Visual Inspections Task A002 PIPING-HOSE/MECH/VI-01 Hoses/Nozzels/Pipe",
			"Comment": null,
			"Exception": "Visual inspection cannot be completed, the facility is locked.",
			"IsDone": false
		}
	],
	"Header": {
		"WorkOrderId": 42,
		"BranchId": 492042,
		"Sender": {
			"Name": "Jon Snow",
			"Phone": "+12025550141",
			"Type": "CorrigoPro"
		},
		"Action": "CheckListUpdated",
		"ActionDate": "2017-10-04T08:29:41.1648304Z",
		"ApiVersion": "1.0",
		"MessageId": "88c377c3-f6bd-46e9-b980-5eae029721fe"
	}
}