Reopen Order
PUT
/api/v1/order/reopenAPI Description
This API can be used to reopen completed order.
Possible values for reopen_order_type are…- edits
- new-budget
- new-specs
- dispute
- market-update
reopen_inspection_type is allowed in case of cancelled order only. Possible values are…
- reopen-previous-inspection
- order-new-inspection
- none
new_inspection_type will be required if reopen_inspection_type is order-new-inspection. For the possible value, use /inspection-types API, which is located under the Reference section.
Body Payload
🔽 Payload
{
"intake_token": "",
"order_token": "",
"reopen_order_type": "new-budget",
"reopen_notes": "This is notes.",
"reopen_inspection_type": "This is notes.",
"new_inspection_type": "interior-triplex."
}Responses
| Code | Description |
|---|---|
| 200 | Success |
| 400 | Bad Request |
| 404 | Not Found |
| 500 | Internal Server Error |