POST VehiclesUpdateRequestOrderByTemplate
Request Information
URI Parameters
None.
Body Parameters
VehicleUpdateRequestDto| Name | Description | Type | Additional information |
|---|---|---|---|
| File | Collection of byte |
None. |
|
| FileName | string |
None. |
|
| IdCompanyContract | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"File": "QEA=",
"FileName": "sample string 1",
"IdCompanyContract": "99464121-15ac-410e-b48a-3b1e5d405a28"
}
application/xml, text/xml
Sample:
<VehicleUpdateRequestDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ationet.Model.Vehicle"> <File>QEA=</File> <FileName>sample string 1</FileName> <IdCompanyContract>99464121-15ac-410e-b48a-3b1e5d405a28</IdCompanyContract> </VehicleUpdateRequestDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.