PUT api/VehicleType/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
VehicleTypeModels| Name | Description | Type | Additional information |
|---|---|---|---|
| VT_Id | integer |
None. |
|
| VT_Type_Id | string |
None. |
|
| VT_ShortDescription | string |
None. |
|
| VT_UserId_FK | integer |
None. |
|
| VT_TS | date |
None. |
|
| VT_Inactive | character |
None. |
|
| VT_TS_LastEdited | date |
None. |
|
| VT_TS_Edited_Uid_FK | integer |
None. |
|
| VT_VehicleType | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"VT_Id": 1,
"VT_Type_Id": "sample string 2",
"VT_ShortDescription": "sample string 3",
"VT_UserId_FK": 4,
"VT_TS": "2025-12-11T09:44:15.3235527+05:30",
"VT_Inactive": "A",
"VT_TS_LastEdited": "2025-12-11T09:44:15.3235527+05:30",
"VT_TS_Edited_Uid_FK": 8,
"VT_VehicleType": "sample string 9"
}
application/xml, text/xml
Sample:
<VehicleTypeModels xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/iParkWebAPI.Models"> <VT_Id>1</VT_Id> <VT_Inactive>65</VT_Inactive> <VT_ShortDescription>sample string 3</VT_ShortDescription> <VT_TS>2025-12-11T09:44:15.3235527+05:30</VT_TS> <VT_TS_Edited_Uid_FK>8</VT_TS_Edited_Uid_FK> <VT_TS_LastEdited>2025-12-11T09:44:15.3235527+05:30</VT_TS_LastEdited> <VT_Type_Id>sample string 2</VT_Type_Id> <VT_UserId_FK>4</VT_UserId_FK> <VT_VehicleType>sample string 9</VT_VehicleType> </VehicleTypeModels>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.