PUT api/vehicletype/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
vehicletypeName | Description | Type | Additional information |
---|---|---|---|
id | integer |
None. |
|
vehicletypename | string |
None. |
|
createdon | date |
None. |
Request Formats
application/json, text/json
Sample:
{ "id": 1, "vehicletypename": "sample string 2", "createdon": "2023-12-02T06:52:34.5328084+05:30" }
application/xml, text/xml
Sample:
<vehicletype xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WBBedAvailibility"> <createdon>2023-12-02T06:52:34.5328084+05:30</createdon> <id>1</id> <vehicletypename>sample string 2</vehicletypename> </vehicletype>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.