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": "913b6844-4b2e-42e6-8b11-e17f399146df",
"IdProgram": "39245e03-e7a6-4509-a8bc-2224f9491bae",
"IdLoyaltyProgram": "438762ac-d103-4616-8501-acd996a7fd5b",
"IdIdentificationsTypesModel": "f558d68e-3b6a-4e70-959e-cef92707d374",
"EntityIds": [
"d12d1186-1c9e-452d-9e41-0db3c6873bf5",
"00b04be6-c8cb-44ea-86c3-235d828051df"
],
"Type": 2,
"Street1Delivery": "sample string 3",
"Street2Delivery": "sample string 4",
"ZipCodeDelivery": "sample string 5",
"CityDelivery": "sample string 6",
"IdStateDelivery": "1f99490c-f778-4009-ae98-dcb353abce5e",
"IdCountryDelivery": "e251bdd0-100f-493e-a145-92de27bd0047",
"DeliveryContactName": "sample string 7",
"DeliveryContactPhoneNumber": "sample string 8",
"IdentificationRequestId": "28ebeee4-27e3-45c8-b021-db8444c2bd0d",
"OrderNumber": 1,
"IdHologramTypeModel": "a38a8660-0b57-4eb1-8743-0afb5eec8bcc"
}
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>d12d1186-1c9e-452d-9e41-0db3c6873bf5</d2p1:guid>
<d2p1:guid>00b04be6-c8cb-44ea-86c3-235d828051df</d2p1:guid>
</EntityIds>
<IdCompanyContract>913b6844-4b2e-42e6-8b11-e17f399146df</IdCompanyContract>
<IdCountryDelivery>e251bdd0-100f-493e-a145-92de27bd0047</IdCountryDelivery>
<IdHologramTypeModel>a38a8660-0b57-4eb1-8743-0afb5eec8bcc</IdHologramTypeModel>
<IdIdentificationsTypesModel>f558d68e-3b6a-4e70-959e-cef92707d374</IdIdentificationsTypesModel>
<IdLoyaltyProgram>438762ac-d103-4616-8501-acd996a7fd5b</IdLoyaltyProgram>
<IdProgram>39245e03-e7a6-4509-a8bc-2224f9491bae</IdProgram>
<IdStateDelivery>1f99490c-f778-4009-ae98-dcb353abce5e</IdStateDelivery>
<IdentificationRequestId>28ebeee4-27e3-45c8-b021-db8444c2bd0d</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.