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": "9cce3be5-274c-4b89-866f-94fc1fd72dee",
"IdProgram": "3f001a3f-cc8c-441e-869c-cfa7450e8c5d",
"IdLoyaltyProgram": "c5a89034-87f6-438d-8eba-641919bd2f57",
"IdIdentificationsTypesModel": "7cd5e021-8642-4546-a75e-d68cf5b96a02",
"EntityIds": [
"a34f21d6-36d0-499c-84a7-0fe949b0bca0",
"c9e2c354-a325-4d4d-957c-132558cda4f1"
],
"Type": 2,
"Street1Delivery": "sample string 3",
"Street2Delivery": "sample string 4",
"ZipCodeDelivery": "sample string 5",
"CityDelivery": "sample string 6",
"IdStateDelivery": "e965f07b-72f7-4c98-b8d9-ced7afa58ab2",
"IdCountryDelivery": "7fee2311-fd91-45a3-b36d-3a545a307ea0",
"DeliveryContactName": "sample string 7",
"DeliveryContactPhoneNumber": "sample string 8",
"IdentificationRequestId": "046dd4db-9176-4453-a70d-631bc3b6e5ac",
"OrderNumber": 1,
"IdHologramTypeModel": "fec083c0-94cc-4537-b6c5-426c2584ea21"
}
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>a34f21d6-36d0-499c-84a7-0fe949b0bca0</d2p1:guid>
<d2p1:guid>c9e2c354-a325-4d4d-957c-132558cda4f1</d2p1:guid>
</EntityIds>
<IdCompanyContract>9cce3be5-274c-4b89-866f-94fc1fd72dee</IdCompanyContract>
<IdCountryDelivery>7fee2311-fd91-45a3-b36d-3a545a307ea0</IdCountryDelivery>
<IdHologramTypeModel>fec083c0-94cc-4537-b6c5-426c2584ea21</IdHologramTypeModel>
<IdIdentificationsTypesModel>7cd5e021-8642-4546-a75e-d68cf5b96a02</IdIdentificationsTypesModel>
<IdLoyaltyProgram>c5a89034-87f6-438d-8eba-641919bd2f57</IdLoyaltyProgram>
<IdProgram>3f001a3f-cc8c-441e-869c-cfa7450e8c5d</IdProgram>
<IdStateDelivery>e965f07b-72f7-4c98-b8d9-ced7afa58ab2</IdStateDelivery>
<IdentificationRequestId>046dd4db-9176-4453-a70d-631bc3b6e5ac</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.