Exit BO Order
To get characters you need to make a POST call to the following url
REQUEST ATTRIBUTES
| Request Parameter | Description | Mandatory |
|---|---|---|
| nstordno | Order Number | Yes |
RESPONSE ATTRIBUTES
| Response Parameter | Description |
|---|---|
| result | Status |
curl / cURL
curl --location --request POST 'https://api.gwcindia.in/v1/exitboorder' \
--header 'x-api-key: 2e4c1f0ac084dd6b30fd808e016be3f0' \
--header 'Authorization: Bearer 3e81bfb2a1ef11d3bd3e9a8966d4d51e'
Request Example
{
"nstordno":"220106000024964"
}
Response Example
{
"status": "success",
"data": {
"result": "success"
}
}