Cancel Order
This api is used to cancel an entire order via order group id. Order group id is passed as a path param in the path. For example, here the order group id is SO3657135469-568
.
All the bookings for corresponding to the order group id will be cancelled.
Header Parameters
- Content-Type stringExample: application/json
- x-access-key stringExample: 1mg_client_public_access_key
- X-Authorization stringExample: {{X-Authorization}}
- */*
Request Body
- string
Responses
- 200
OK
Response Headers
Date string
Content-Type string
Transfer-Encoding string
Connection string
vary string
x-request-id string
set-cookie string
visitor-id string
x-visitor-id string
access-control-allow-methods string
access-control-allow-headers string
access-control-allow-origin string
CF-Cache-Status string
Server string
CF-RAY string
Content-Encoding string
- application/json
- Schema
- Example (from schema)
- Example
Schema
- object
{}
{
"data": {
"bookings": [
{
"id": "SB2572847534-862",
"is_success": true
}
]
},
"partial_complete": false,
"is_success": true,
"status_code": 200
}
Loading...