Skip to main content

Exit CO Order

To get characters you need to make a POST call to the following url

REQUEST ATTRIBUTES

Request ParameterDescriptionMandatory
nstordnoOrder NumberYes

RESPONSE ATTRIBUTES

Response ParameterDescription
resultStatus
curl / cURL
curl --location --request POST 'https://api.gwcindia.in/v1/exitcoorder' \
--header 'x-api-key: 2e4c1f0ac084dd6b30fd808e016be3f0' \
--header 'Authorization: Bearer 3e81bfb2a1ef11d3bd3e9a8966d4d51e'
Request Example
{
"nstordno":"220106000024964"

}
Response Example
{
"status": "success",
"data": {
"result": "success"
}

}