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": "6a19d251-8292-423a-967e-760c83afe3ad",
"IdProgram": "1174145f-00f2-4b8e-8fb0-305dce97dc0f",
"IdLoyaltyProgram": "a0064d9a-fb68-4c1e-8073-702311bce2d3",
"IdIdentificationsTypesModel": "60bbee1d-7fb5-41ab-915b-efcd16d69e2c",
"EntityIds": [
"e57ace55-0b5a-45ec-9fbd-ba3d5bdfcc84",
"ddff8bac-7539-41a5-916c-7903ecfb2f71"
],
"Type": 2,
"Street1Delivery": "sample string 3",
"Street2Delivery": "sample string 4",
"ZipCodeDelivery": "sample string 5",
"CityDelivery": "sample string 6",
"IdStateDelivery": "c5b0608e-7090-41df-ac93-514f3e32845c",
"IdCountryDelivery": "20922d81-3213-4a5c-a73a-0ed0d32e72a4",
"DeliveryContactName": "sample string 7",
"DeliveryContactPhoneNumber": "sample string 8",
"IdentificationRequestId": "e554bec2-d233-4849-834a-be0d354b013e",
"OrderNumber": 1,
"IdHologramTypeModel": "912a6ed9-d7e7-4d3a-940e-7479143df460"
}
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>e57ace55-0b5a-45ec-9fbd-ba3d5bdfcc84</d2p1:guid>
<d2p1:guid>ddff8bac-7539-41a5-916c-7903ecfb2f71</d2p1:guid>
</EntityIds>
<IdCompanyContract>6a19d251-8292-423a-967e-760c83afe3ad</IdCompanyContract>
<IdCountryDelivery>20922d81-3213-4a5c-a73a-0ed0d32e72a4</IdCountryDelivery>
<IdHologramTypeModel>912a6ed9-d7e7-4d3a-940e-7479143df460</IdHologramTypeModel>
<IdIdentificationsTypesModel>60bbee1d-7fb5-41ab-915b-efcd16d69e2c</IdIdentificationsTypesModel>
<IdLoyaltyProgram>a0064d9a-fb68-4c1e-8073-702311bce2d3</IdLoyaltyProgram>
<IdProgram>1174145f-00f2-4b8e-8fb0-305dce97dc0f</IdProgram>
<IdStateDelivery>c5b0608e-7090-41df-ac93-514f3e32845c</IdStateDelivery>
<IdentificationRequestId>e554bec2-d233-4849-834a-be0d354b013e</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.