POST IdentificationRequestOrderVehicle
Request Identifications for vehicles.
Request Information
URI Parameters
None.
Body Parameters
The new data of the OrderIdentificationDto.
IdentificationOrderDto| Name | Description | Type | Additional information |
|---|---|---|---|
| IdCompanyContract | globally unique identifier |
None. |
|
| IdProgram | globally unique identifier |
None. |
|
| IdLoyaltyProgram | globally unique identifier |
None. |
|
| IdIdentificationsTypesModel | globally unique identifier |
None. |
|
| EntityIds | Collection of globally unique identifier |
None. |
|
| Type | integer |
None. |
|
| Street1Delivery | string |
None. |
|
| Street2Delivery | string |
None. |
|
| ZipCodeDelivery | string |
None. |
|
| CityDelivery | string |
None. |
|
| IdStateDelivery | globally unique identifier |
None. |
|
| IdCountryDelivery | globally unique identifier |
None. |
|
| DeliveryContactName | string |
None. |
|
| DeliveryContactPhoneNumber | string |
None. |
|
| IdentificationRequestId | globally unique identifier |
None. |
|
| OrderNumber | integer |
None. |
|
| IdHologramTypeModel | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"IdCompanyContract": "7738db68-445e-4f8f-947b-e4cd7067df3e",
"IdProgram": "9138efb0-98d9-44a1-a99b-9f640e79b841",
"IdLoyaltyProgram": "28dd5d48-5249-43a5-ae10-77c9cbbc982f",
"IdIdentificationsTypesModel": "3eacbdb8-b0b0-44e0-b365-39bfca9f8f49",
"EntityIds": [
"fee9144c-aa9b-41ff-8725-fce00a082a00",
"9cfa4ae7-9910-42e5-befa-d22fae2011df"
],
"Type": 2,
"Street1Delivery": "sample string 3",
"Street2Delivery": "sample string 4",
"ZipCodeDelivery": "sample string 5",
"CityDelivery": "sample string 6",
"IdStateDelivery": "7daa7832-48a5-4da2-b3b3-cf12fbaf1626",
"IdCountryDelivery": "faf2c4fd-38d8-4d97-91bc-9849c3222806",
"DeliveryContactName": "sample string 7",
"DeliveryContactPhoneNumber": "sample string 8",
"IdentificationRequestId": "dce528b1-08c1-4a44-9fa4-e27ff3f4bf40",
"OrderNumber": 1,
"IdHologramTypeModel": "8132ee54-db83-4d0c-bad3-a2a825582770"
}
application/xml, text/xml
Sample:
<IdentificationOrderDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ationet.Model">
<CityDelivery>sample string 6</CityDelivery>
<DeliveryContactName>sample string 7</DeliveryContactName>
<DeliveryContactPhoneNumber>sample string 8</DeliveryContactPhoneNumber>
<EntityIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>fee9144c-aa9b-41ff-8725-fce00a082a00</d2p1:guid>
<d2p1:guid>9cfa4ae7-9910-42e5-befa-d22fae2011df</d2p1:guid>
</EntityIds>
<IdCompanyContract>7738db68-445e-4f8f-947b-e4cd7067df3e</IdCompanyContract>
<IdCountryDelivery>faf2c4fd-38d8-4d97-91bc-9849c3222806</IdCountryDelivery>
<IdHologramTypeModel>8132ee54-db83-4d0c-bad3-a2a825582770</IdHologramTypeModel>
<IdIdentificationsTypesModel>3eacbdb8-b0b0-44e0-b365-39bfca9f8f49</IdIdentificationsTypesModel>
<IdLoyaltyProgram>28dd5d48-5249-43a5-ae10-77c9cbbc982f</IdLoyaltyProgram>
<IdProgram>9138efb0-98d9-44a1-a99b-9f640e79b841</IdProgram>
<IdStateDelivery>7daa7832-48a5-4da2-b3b3-cf12fbaf1626</IdStateDelivery>
<IdentificationRequestId>dce528b1-08c1-4a44-9fa4-e27ff3f4bf40</IdentificationRequestId>
<OrderNumber>1</OrderNumber>
<Street1Delivery>sample string 3</Street1Delivery>
<Street2Delivery>sample string 4</Street2Delivery>
<Type>2</Type>
<ZipCodeDelivery>sample string 5</ZipCodeDelivery>
</IdentificationOrderDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
State of the action.
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.