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": [
"41ea93f5-96aa-4298-bedc-1f6997f8ffb3",
"bec3e651-1bc4-4ee6-83ef-06ed7aa2ce2b"
],
"Identification": [
"3b766efc-a4d8-4774-870e-427ea831db9c",
"4893803d-c9cf-4b9e-84d9-e4632399ada3"
],
"Rule": [
"6835f088-92f3-499e-a104-c1c603eb6d2a",
"e1652d9e-e9df-4096-81b0-1d146070e0e4"
],
"Classification1": [
"b4118889-5a48-4ee4-b817-cac37a9eebd6",
"b4e534d0-823b-496c-bc76-0aae89fa66a9"
],
"Classification2": [
"4bc23688-b6b8-4f08-997c-c5515acd0f45",
"94aa6d53-b2e3-49ba-83fb-bdccdabf9cad"
],
"Classification3": [
"3a4e202f-876d-4371-ab46-e09490aad46b",
"a07c3bae-6b82-44ae-9ced-f9d7a581166b"
],
"Classification4": [
"1f4dd3c8-05ce-4b49-86f4-d429652dc9e1",
"4153991d-a22e-4715-a3d4-75d0603bac15"
],
"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>b4118889-5a48-4ee4-b817-cac37a9eebd6</d2p1:guid>
<d2p1:guid>b4e534d0-823b-496c-bc76-0aae89fa66a9</d2p1:guid>
</Classification1>
<Classification2 xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>4bc23688-b6b8-4f08-997c-c5515acd0f45</d2p1:guid>
<d2p1:guid>94aa6d53-b2e3-49ba-83fb-bdccdabf9cad</d2p1:guid>
</Classification2>
<Classification3 xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>3a4e202f-876d-4371-ab46-e09490aad46b</d2p1:guid>
<d2p1:guid>a07c3bae-6b82-44ae-9ced-f9d7a581166b</d2p1:guid>
</Classification3>
<Classification4 xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>1f4dd3c8-05ce-4b49-86f4-d429652dc9e1</d2p1:guid>
<d2p1:guid>4153991d-a22e-4715-a3d4-75d0603bac15</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>41ea93f5-96aa-4298-bedc-1f6997f8ffb3</d2p1:guid>
<d2p1:guid>bec3e651-1bc4-4ee6-83ef-06ed7aa2ce2b</d2p1:guid>
</Fleet>
<HasGPS>true</HasGPS>
<IdNetwork>sample string 8</IdNetwork>
<Identification xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>3b766efc-a4d8-4774-870e-427ea831db9c</d2p1:guid>
<d2p1:guid>4893803d-c9cf-4b9e-84d9-e4632399ada3</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>6835f088-92f3-499e-a104-c1c603eb6d2a</d2p1:guid>
<d2p1:guid>e1652d9e-e9df-4096-81b0-1d146070e0e4</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.