Cancel Code
Fetch Cancel Codes
Name
Type
Name
Type
{
"status": true,
"message": "Cancel Code List Fetched Successfully",
"data": [
{
"id": 1,
"reason": "VEHICLE NOT STARTED",
"clientRefId": 1 // This needs to be used while cancelling the order
},
{
"id": 3,
"reason": "HIGH CHARGES",
"clientRefId": 3 // This needs to be used while cancelling the order
}
]
}Last updated