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": "15883696-c655-4898-a1ba-09a4cc7f3f4a",
"IdProgram": "c7fc01ce-808a-4b35-b13b-3f3eb3250e78",
"IdLoyaltyProgram": "9584a960-b129-4001-bc1a-92951cc242ce",
"IdIdentificationsTypesModel": "4a0b52c6-4376-48ea-a04a-96269f048e9b",
"EntityIds": [
"5fb96946-5ee9-4211-8e1a-d1df6df8bb47",
"6d25ff23-a480-419e-a517-62206b695a9a"
],
"Type": 2,
"Street1Delivery": "sample string 3",
"Street2Delivery": "sample string 4",
"ZipCodeDelivery": "sample string 5",
"CityDelivery": "sample string 6",
"IdStateDelivery": "bbbac357-e4d5-4674-9ef3-a3ecd18205fe",
"IdCountryDelivery": "d60c30c5-0fa5-4d49-aaa7-4a107dc74d37",
"DeliveryContactName": "sample string 7",
"DeliveryContactPhoneNumber": "sample string 8",
"IdentificationRequestId": "3e337d8a-9a8d-484e-b4cc-2fe7f41d9e2e",
"OrderNumber": 1,
"IdHologramTypeModel": "8def6713-ed3f-4489-ba3b-63fcfc7053a8"
}
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>5fb96946-5ee9-4211-8e1a-d1df6df8bb47</d2p1:guid>
<d2p1:guid>6d25ff23-a480-419e-a517-62206b695a9a</d2p1:guid>
</EntityIds>
<IdCompanyContract>15883696-c655-4898-a1ba-09a4cc7f3f4a</IdCompanyContract>
<IdCountryDelivery>d60c30c5-0fa5-4d49-aaa7-4a107dc74d37</IdCountryDelivery>
<IdHologramTypeModel>8def6713-ed3f-4489-ba3b-63fcfc7053a8</IdHologramTypeModel>
<IdIdentificationsTypesModel>4a0b52c6-4376-48ea-a04a-96269f048e9b</IdIdentificationsTypesModel>
<IdLoyaltyProgram>9584a960-b129-4001-bc1a-92951cc242ce</IdLoyaltyProgram>
<IdProgram>c7fc01ce-808a-4b35-b13b-3f3eb3250e78</IdProgram>
<IdStateDelivery>bbbac357-e4d5-4674-9ef3-a3ecd18205fe</IdStateDelivery>
<IdentificationRequestId>3e337d8a-9a8d-484e-b4cc-2fe7f41d9e2e</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.