Quote changed
Every time a quote is changed in an accepted work order, your WebHook receives a notification containing all necessary information. The quote can be approved, rejected, and requested by a customer, and submitted - by a provider. To distinguish quote actions, review the Quote.QuoteStatus value.
Fields
Field | Value Type | Verification | Description |
---|---|---|---|
Header | MessageHeader | Mandatory | Complex object that contains important information about the request. |
Quote | Quote | Mandatory | A new provider quote. |
Example notification: quote changed
{
"Quote": {
"Amount": 1000,
"QuoteStatus": "Requested",
"Comment": "We need to buy additional materials to complete work."
},
"Header": {
"WorkOrderId": 42,
"BranchId": 500772,
"Sender": {
"Name": "Jon Snow",
"Phone": "+12025550141",
"Type": "CorrigoPro"
},
"Action": "QuoteChanged",
"ActionDate": "2017-10-04T18:57:50.5557281Z",
"ApiVersion": "1.0",
"MessageId": "cc7817f3-05fe-4d9d-9b06-155fb1a45378"
}
}
Updated over 5 years ago
What’s Next