Cancel the multiple order
PUT/account/order/multiple/cancel/:orderRecurrentId/
Cancel the multiple order
Request
Path Parameters
orderRecurrentId stringrequired
The Id of the order you want to get
Responses
- 200
- 204
- 400
- 401
- 403
- 500
Multiple Order canceled
- application/json
- Schema
- Example (from schema)
Schema
STATUS string
LABEL string
{
"STATUS": "SUCCESS",
"LABEL": "orderRecurrentId 17662 canceled"
}
No data found with this orderRecurrentId
Bad Request
Unconfigured supplier for this user
Access to the resource is forbidden for this user
Internal Server Error
Loading...