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": "1c15ab13-71fe-4fe2-a740-d9db8514149e",
"IdProgram": "68a9683b-065a-49be-8c0e-d92f44d667d3",
"IdLoyaltyProgram": "d956d688-675c-4373-a8f7-873acf938f1b",
"IdIdentificationsTypesModel": "9a917d20-b4ef-4f28-9452-67b5ab8da47b",
"EntityIds": [
"cb69f3cd-373d-44f9-964d-a2b2480acd35",
"5f063f2f-b0f1-4c3e-b6ce-b94674403087"
],
"Type": 2,
"Street1Delivery": "sample string 3",
"Street2Delivery": "sample string 4",
"ZipCodeDelivery": "sample string 5",
"CityDelivery": "sample string 6",
"IdStateDelivery": "38f3bffc-55c0-4988-b056-939c86ad8148",
"IdCountryDelivery": "2d1f2a13-fec6-45cf-bd0a-ad8570079726",
"DeliveryContactName": "sample string 7",
"DeliveryContactPhoneNumber": "sample string 8",
"IdentificationRequestId": "deaa86cf-2445-4bc7-bf09-3f957dcfa138",
"OrderNumber": 1,
"IdHologramTypeModel": "bdf5d1b3-723e-4183-a706-6a41145f50fb"
}
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>cb69f3cd-373d-44f9-964d-a2b2480acd35</d2p1:guid>
<d2p1:guid>5f063f2f-b0f1-4c3e-b6ce-b94674403087</d2p1:guid>
</EntityIds>
<IdCompanyContract>1c15ab13-71fe-4fe2-a740-d9db8514149e</IdCompanyContract>
<IdCountryDelivery>2d1f2a13-fec6-45cf-bd0a-ad8570079726</IdCountryDelivery>
<IdHologramTypeModel>bdf5d1b3-723e-4183-a706-6a41145f50fb</IdHologramTypeModel>
<IdIdentificationsTypesModel>9a917d20-b4ef-4f28-9452-67b5ab8da47b</IdIdentificationsTypesModel>
<IdLoyaltyProgram>d956d688-675c-4373-a8f7-873acf938f1b</IdLoyaltyProgram>
<IdProgram>68a9683b-065a-49be-8c0e-d92f44d667d3</IdProgram>
<IdStateDelivery>38f3bffc-55c0-4988-b056-939c86ad8148</IdStateDelivery>
<IdentificationRequestId>deaa86cf-2445-4bc7-bf09-3f957dcfa138</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.