POST VehiclesUpdateTemplateDownloadOrder
Request Information
URI Parameters
None.
Body Parameters
VehicleSearchRequestDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Fleet | Collection of globally unique identifier |
None. |
|
| Identification | Collection of globally unique identifier |
None. |
|
| Rule | Collection of globally unique identifier |
None. |
|
| Classification1 | Collection of globally unique identifier |
None. |
|
| Classification2 | Collection of globally unique identifier |
None. |
|
| Classification3 | Collection of globally unique identifier |
None. |
|
| Classification4 | Collection of globally unique identifier |
None. |
|
| Code | string |
None. |
|
| Plate | string |
None. |
|
| CreationDateFrom | string |
None. |
|
| CreationDateTo | string |
None. |
|
| Active | boolean |
None. |
|
| HasGPS | boolean |
None. |
|
| IdentificationsUse | IdentificationsUseEnum |
None. |
|
| IdentificationStatus | IdentificationStatusFilterEnum |
None. |
|
| State | VehicleStateEnum |
None. |
|
| SearchText | string |
None. |
|
| EntityId | string |
None. |
|
| IdNetwork | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Fleet": [
"8c0f5cfd-8860-4c3a-9af3-e5a3b1e71385",
"2d9a7d5a-e6c0-4d59-9a20-2191f8e65849"
],
"Identification": [
"7aba5d35-107a-4371-abb3-e4332cd72c5d",
"e569e3e4-fe10-408e-b17b-2d3f61191b07"
],
"Rule": [
"5bf4175e-00b0-4271-bef0-ebcae73e3570",
"3b2e850c-755e-47b4-92e4-57b6744f73f7"
],
"Classification1": [
"12019122-d065-4b33-bf58-efd958eae5ce",
"c95738af-192c-4588-b0fd-3b7686720467"
],
"Classification2": [
"cec39e1e-2c10-4ea4-afcc-5ec13ad0d699",
"08ea5ea0-94f2-4adc-83d9-9e054acabb26"
],
"Classification3": [
"e11e6690-a21f-461e-a968-32ba8ba65100",
"7b7c3aaf-0bb9-4b67-bdab-48b4f02b7ec9"
],
"Classification4": [
"c3241e4d-5ab0-4867-af80-b8703707f9d5",
"f05b0d49-1eef-4c79-83ec-026bf9482f6b"
],
"Code": "sample string 1",
"Plate": "sample string 2",
"CreationDateFrom": "sample string 3",
"CreationDateTo": "sample string 4",
"Active": true,
"HasGPS": true,
"IdentificationsUse": 0,
"IdentificationStatus": 0,
"State": 0,
"SearchText": "sample string 6",
"EntityId": "sample string 7",
"IdNetwork": "sample string 8"
}
application/xml, text/xml
Sample:
<VehicleSearchRequestDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ationet.Model.Vehicle">
<Active>true</Active>
<Classification1 xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>12019122-d065-4b33-bf58-efd958eae5ce</d2p1:guid>
<d2p1:guid>c95738af-192c-4588-b0fd-3b7686720467</d2p1:guid>
</Classification1>
<Classification2 xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>cec39e1e-2c10-4ea4-afcc-5ec13ad0d699</d2p1:guid>
<d2p1:guid>08ea5ea0-94f2-4adc-83d9-9e054acabb26</d2p1:guid>
</Classification2>
<Classification3 xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>e11e6690-a21f-461e-a968-32ba8ba65100</d2p1:guid>
<d2p1:guid>7b7c3aaf-0bb9-4b67-bdab-48b4f02b7ec9</d2p1:guid>
</Classification3>
<Classification4 xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>c3241e4d-5ab0-4867-af80-b8703707f9d5</d2p1:guid>
<d2p1:guid>f05b0d49-1eef-4c79-83ec-026bf9482f6b</d2p1:guid>
</Classification4>
<Code>sample string 1</Code>
<CreationDateFrom>sample string 3</CreationDateFrom>
<CreationDateTo>sample string 4</CreationDateTo>
<EntityId>sample string 7</EntityId>
<Fleet xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>8c0f5cfd-8860-4c3a-9af3-e5a3b1e71385</d2p1:guid>
<d2p1:guid>2d9a7d5a-e6c0-4d59-9a20-2191f8e65849</d2p1:guid>
</Fleet>
<HasGPS>true</HasGPS>
<IdNetwork>sample string 8</IdNetwork>
<Identification xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>7aba5d35-107a-4371-abb3-e4332cd72c5d</d2p1:guid>
<d2p1:guid>e569e3e4-fe10-408e-b17b-2d3f61191b07</d2p1:guid>
</Identification>
<IdentificationStatus>Both</IdentificationStatus>
<IdentificationsUse>Fleet</IdentificationsUse>
<Plate>sample string 2</Plate>
<Rule xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>5bf4175e-00b0-4271-bef0-ebcae73e3570</d2p1:guid>
<d2p1:guid>3b2e850c-755e-47b4-92e4-57b6744f73f7</d2p1:guid>
</Rule>
<SearchText>sample string 6</SearchText>
<State>Operational</State>
</VehicleSearchRequestDto>
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.