PUT api/admin/vehicle
Request Information
URI Parameters
None.
Body Parameters
UpdateVehicle| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
Required |
|
| Plate | string |
None. |
|
| Remark | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"Plate": "sample string 2",
"Remark": "sample string 3"
}
application/xml, text/xml
Sample:
<UpdateVehicle xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Vietmap.Camera.MasterService.Models"> <ID>1</ID> <Plate>sample string 2</Plate> <Remark>sample string 3</Remark> </UpdateVehicle>
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.