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": "75bace36-4955-4b59-8b78-278f23ae48c8",
"IdProgram": "c46664b4-9ed8-45b8-a264-b075ba090639",
"IdLoyaltyProgram": "cf95bff1-c3c6-4f8b-bad4-e7161dc57dcd",
"IdIdentificationsTypesModel": "b9268750-46eb-4002-b1e8-f46e09f0156c",
"EntityIds": [
"e88eca56-2edd-452b-b56d-8e05dba591fa",
"7aba67be-fdfe-4ece-bc5e-997626e28bc3"
],
"Type": 2,
"Street1Delivery": "sample string 3",
"Street2Delivery": "sample string 4",
"ZipCodeDelivery": "sample string 5",
"CityDelivery": "sample string 6",
"IdStateDelivery": "e3cda3a0-2bb0-4dca-a10a-cbb6cc6886aa",
"IdCountryDelivery": "2b61336b-8375-4f37-ae0f-e69264ff6c9b",
"DeliveryContactName": "sample string 7",
"DeliveryContactPhoneNumber": "sample string 8",
"IdentificationRequestId": "11cd1a75-9e83-485f-ace8-13bd365f14cf",
"OrderNumber": 1,
"IdHologramTypeModel": "82a4f580-f421-4661-8ab9-5ce7daa41eca"
}
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>e88eca56-2edd-452b-b56d-8e05dba591fa</d2p1:guid>
<d2p1:guid>7aba67be-fdfe-4ece-bc5e-997626e28bc3</d2p1:guid>
</EntityIds>
<IdCompanyContract>75bace36-4955-4b59-8b78-278f23ae48c8</IdCompanyContract>
<IdCountryDelivery>2b61336b-8375-4f37-ae0f-e69264ff6c9b</IdCountryDelivery>
<IdHologramTypeModel>82a4f580-f421-4661-8ab9-5ce7daa41eca</IdHologramTypeModel>
<IdIdentificationsTypesModel>b9268750-46eb-4002-b1e8-f46e09f0156c</IdIdentificationsTypesModel>
<IdLoyaltyProgram>cf95bff1-c3c6-4f8b-bad4-e7161dc57dcd</IdLoyaltyProgram>
<IdProgram>c46664b4-9ed8-45b8-a264-b075ba090639</IdProgram>
<IdStateDelivery>e3cda3a0-2bb0-4dca-a10a-cbb6cc6886aa</IdStateDelivery>
<IdentificationRequestId>11cd1a75-9e83-485f-ace8-13bd365f14cf</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.