Master Routes
Route Details Master
URL
sales/master_routes
Method
POST
Request Media type
application/json
Response Media type
application/json
Request Parameters
Parameter | Data Type | Min | Max | M/O | Sample Value | Comments |
---|---|---|---|---|---|---|
key | String | 32 | 32 | M | LjeRTZUWKhfmDeBiLLNWgyaqFEM1h24f | Key obtained from authentiaction. |
Response Values
Name | Data Type | Min Length | Max Length | M/O | Sample Value | Comments |
---|---|---|---|---|---|---|
route_details | Array | M | ||||
rname | String | M | ANCHAL ROUTE | |||
rid | Integer | M | 1 |
Sample Request
{
"key": "QH7LlQ3wQMK9oYEKjeG5QOIVJQT4emeq"
}
Sample Success Response
{
"route_details": [
{
"rname": "ANCHAL ROUTE",
"rid": "1"
}
],
"e": 200,
"msg": "Success"
}