POST api/Budget/UPDATE_MANUAL_ROUTE
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| obj | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"M_R_ID": 1,
"id": 2,
"DETAILS_PATH": 3,
"TRUCK": "sample string 4",
"M_R_FROMSTATION": "sample string 5",
"M_R_TOSTATION": "sample string 6",
"M_R_VIASTATION": "sample string 7",
"ROUTE_DISTANCE": "sample string 8",
"M_R_CATEGORY_ID": 9,
"M_R_ROUTE_VIOLATION": 10
}
application/x-www-form-urlencoded
Sample:
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
true