GET api/tbl_Vehicle

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of tbl_Vehicle
NameDescriptionTypeAdditional information
VehicleId

integer

None.

Type_of_Vehicle

string

None.

Vehicle_No

string

None.

Vehicle_Rate

string

None.

IsActive

string

None.

PlanSet

string

None.

Plane_Rate

string

None.

PlanType

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "VehicleId": 1,
    "Type_of_Vehicle": "sample string 2",
    "Vehicle_No": "sample string 3",
    "Vehicle_Rate": "sample string 4",
    "IsActive": "sample string 5",
    "PlanSet": "sample string 6",
    "Plane_Rate": "sample string 7",
    "PlanType": "sample string 8"
  },
  {
    "VehicleId": 1,
    "Type_of_Vehicle": "sample string 2",
    "Vehicle_No": "sample string 3",
    "Vehicle_Rate": "sample string 4",
    "IsActive": "sample string 5",
    "PlanSet": "sample string 6",
    "Plane_Rate": "sample string 7",
    "PlanType": "sample string 8"
  }
]

application/xml, text/xml

Sample:
<ArrayOftbl_Vehicle xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TaranaWebAPI">
  <tbl_Vehicle>
    <IsActive>sample string 5</IsActive>
    <PlanSet>sample string 6</PlanSet>
    <PlanType>sample string 8</PlanType>
    <Plane_Rate>sample string 7</Plane_Rate>
    <Type_of_Vehicle>sample string 2</Type_of_Vehicle>
    <VehicleId>1</VehicleId>
    <Vehicle_No>sample string 3</Vehicle_No>
    <Vehicle_Rate>sample string 4</Vehicle_Rate>
  </tbl_Vehicle>
  <tbl_Vehicle>
    <IsActive>sample string 5</IsActive>
    <PlanSet>sample string 6</PlanSet>
    <PlanType>sample string 8</PlanType>
    <Plane_Rate>sample string 7</Plane_Rate>
    <Type_of_Vehicle>sample string 2</Type_of_Vehicle>
    <VehicleId>1</VehicleId>
    <Vehicle_No>sample string 3</Vehicle_No>
    <Vehicle_Rate>sample string 4</Vehicle_Rate>
  </tbl_Vehicle>
</ArrayOftbl_Vehicle>