EVALOrder ActionsReopen Order

Reopen Order

PUT
/api/v1/order/reopen

API 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

CodeDescription
200Success
400Bad Request
404Not Found
500Internal Server Error