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

FieldValue TypeVerificationDescription
HeaderMessageHeaderMandatoryComplex object that contains important information about the request.
QuoteQuoteMandatoryA 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"
	}
}