Response status detail
processStatus and contractStage properties define the response detail for a particular response. Different responses expected are illustrated below.
Sample request
{ "transactionInformation": { "contractStage": "Quote", "processStatus": "Complete" } }
Response status field | Field type | Process status | Sample response |
---|---|---|---|
Complete | String | Quote has already been completed by the customer. | "transactionInformation": { "contractStage": "Quote", "processStatus": "Complete" } |
Incomplete | String | Quote has not been completed by the customer. | "transactionInformation": { "contractStage": "Quote", "processStatus": "Incomplete" } |
Declined | String | Quote has been declined. | "transactionInformation": { "contractStage": "Quote", "processStatus": "Declined" } |
ManualRatingAwaiting | String | Quote referral has been raised. | "transactionInformation": { "contractStage": "Quote", "processStatus": "ManualRatingAwaiting" } |