GET api/Budget/GetByCATEGORY_ID/{id}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
id
No documentation available.

Define this parameter in the request URI.

Response Information

No documentation available.

Response 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
  },
  {
    "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
  },
  {
    "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
  }
]