POST api/Budget/UPDATE_MANUAL_ROUTE

No documentation available.

Request Information

Parameters

NameDescriptionAdditional 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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'BudgetCompare'.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
true