Check list migrated

If a work order had an active check list before procedures were released, a check list will be migrated to a procedure after any action related to check lists is performed by either the customer or the provider.

This notification contains an initial data snapshot of a migrated procedure. The whole check list is migrated into a single procedure and each check list item is migrated into a Step with StepType = Text. Required property values are preserved.

Fields

NameTypeVerificationVerification
HeaderMessageHeaderMandatoryComplex object that contains important information about the request.
StepsStep[]MandatoryNew information about procedures step.
ProcedureIdintMandatoryMigrated procedure identifier in a customer system.

Example notification:

{  
   "ProcedureId": 123,
   "Steps":[  
      {  
         "Id":4455,
         "Status":"Done",
         "Value":"",
         "Comment":"",
         "Currency":null
      }
   ],
   "Header":{  
      "WorkOrderId":42,
      "BranchId":500772,
      "Sender":{  
         "Name":"Tyrion Lannister",
         "Phone":"+12025556632",
         "Type":"Customer"
      },
      "Action":"ProcedureStepUpdated",
      "ActionDate":"2018-03-20T10:16:30.6153866Z",
      "ApiVersion":"1.0",
      "MessageId":"85d0a161-3f69-41f9-ac66-ddc48f2cae33"
   }
}