EVALOrder ActionsEdit Inspection

Edit Inspection Type

PUT
/api/v1/order/inspection-type-update

API Description

  • Edit inspection type

Body Payload

🔽 Payload
{
  "intake_token": "",
  "order_token": "",
  "new_inspection_type": "exterior"
}

Responses

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