Place Hold

PUT
/api/v1/order/place-hold

API Description

  • Place hold

Body Payload

🔽 Payload
{
  "intake_token": "",
  "order_token": "",
  "hold_reason": "This is reason for hold."
}

Responses

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