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": "c20a26d1-8f1c-4558-b73e-9fc86561da94",
"IdProgram": "f08f9642-2ee2-4edb-b02f-61fad3a9e2c6",
"IdLoyaltyProgram": "ac55d689-ea91-4f83-aa07-2e7c8fe1cfe2",
"IdIdentificationsTypesModel": "f98799fa-3557-4aca-a40f-23c2482a4386",
"EntityIds": [
"6bf9c205-9e9d-496d-9344-43f1881a3f4f",
"047820ed-96c8-4ae2-b0f2-3e9e8b63f277"
],
"Type": 2,
"Street1Delivery": "sample string 3",
"Street2Delivery": "sample string 4",
"ZipCodeDelivery": "sample string 5",
"CityDelivery": "sample string 6",
"IdStateDelivery": "7b579fb5-084c-4b47-88ea-8dc7bfd5aa70",
"IdCountryDelivery": "3c97de46-f988-42c3-9400-43fca86f33d4",
"DeliveryContactName": "sample string 7",
"DeliveryContactPhoneNumber": "sample string 8",
"IdentificationRequestId": "83e711ee-c45f-456a-b230-40a5116ce4ca",
"OrderNumber": 1,
"IdHologramTypeModel": "0ec556f6-e353-4f7b-a4c2-f830d9dce73a"
}
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>6bf9c205-9e9d-496d-9344-43f1881a3f4f</d2p1:guid>
<d2p1:guid>047820ed-96c8-4ae2-b0f2-3e9e8b63f277</d2p1:guid>
</EntityIds>
<IdCompanyContract>c20a26d1-8f1c-4558-b73e-9fc86561da94</IdCompanyContract>
<IdCountryDelivery>3c97de46-f988-42c3-9400-43fca86f33d4</IdCountryDelivery>
<IdHologramTypeModel>0ec556f6-e353-4f7b-a4c2-f830d9dce73a</IdHologramTypeModel>
<IdIdentificationsTypesModel>f98799fa-3557-4aca-a40f-23c2482a4386</IdIdentificationsTypesModel>
<IdLoyaltyProgram>ac55d689-ea91-4f83-aa07-2e7c8fe1cfe2</IdLoyaltyProgram>
<IdProgram>f08f9642-2ee2-4edb-b02f-61fad3a9e2c6</IdProgram>
<IdStateDelivery>7b579fb5-084c-4b47-88ea-8dc7bfd5aa70</IdStateDelivery>
<IdentificationRequestId>83e711ee-c45f-456a-b230-40a5116ce4ca</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.