Step update
Every time a customer or technician update procedure steps your WebHook receives a notification with the necessary information.
Fields
Name | Type | Verification | Description |
---|---|---|---|
Header | MessageHeader | Mandatory | Complex object that contains important information about the request. |
Steps | Step[] | Step[] | New information about procedures step. |
Example notification:##
{
"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"
}
}
Updated over 5 years ago