GET api/OrderDetails/GetAll_VEHICLES_url?veh={veh}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
veh
No documentation available.

Define this parameter in the request URI.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "VEHICLES_ID": 1,
    "VEHICLES_REGNUMBER": "sample string 2",
    "VEHICLES_TRACK_URL": "sample string 3",
    "VEHICLES_TRACKHISTORY_URL": "sample string 4"
  },
  {
    "VEHICLES_ID": 1,
    "VEHICLES_REGNUMBER": "sample string 2",
    "VEHICLES_TRACK_URL": "sample string 3",
    "VEHICLES_TRACKHISTORY_URL": "sample string 4"
  },
  {
    "VEHICLES_ID": 1,
    "VEHICLES_REGNUMBER": "sample string 2",
    "VEHICLES_TRACK_URL": "sample string 3",
    "VEHICLES_TRACKHISTORY_URL": "sample string 4"
  }
]