DELETE api/tbl_Vehicle/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
tbl_Vehicle| Name | Description | Type | Additional 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"
}
application/xml, text/xml
Sample:
<tbl_Vehicle xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TaranaWebAPI"> <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>