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": "bb4c2611-463b-4650-adbf-da5b0d89d1ef",
"IdProgram": "0b523426-67f0-4382-8532-3657e7b56b11",
"IdLoyaltyProgram": "669ee93f-6bdf-4c36-9b34-112968ac121e",
"IdIdentificationsTypesModel": "2566612e-b7c6-4962-81b0-b4bd40fc36cc",
"EntityIds": [
"1e49b79f-4868-4549-a509-548b77d66a92",
"b158f558-080a-472a-bdad-6c4c43180c15"
],
"Type": 2,
"Street1Delivery": "sample string 3",
"Street2Delivery": "sample string 4",
"ZipCodeDelivery": "sample string 5",
"CityDelivery": "sample string 6",
"IdStateDelivery": "5ee5753d-bc05-49e8-bd50-fd234f1f53eb",
"IdCountryDelivery": "7a6d8d11-79a6-446e-b5a9-4fcf1d0b9e4e",
"DeliveryContactName": "sample string 7",
"DeliveryContactPhoneNumber": "sample string 8",
"IdentificationRequestId": "eff2f878-d1bc-4824-b8f1-fe89b4ca93e5",
"OrderNumber": 1,
"IdHologramTypeModel": "2995b72b-cee2-420a-a9d6-79801eaf45cc"
}
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>1e49b79f-4868-4549-a509-548b77d66a92</d2p1:guid>
<d2p1:guid>b158f558-080a-472a-bdad-6c4c43180c15</d2p1:guid>
</EntityIds>
<IdCompanyContract>bb4c2611-463b-4650-adbf-da5b0d89d1ef</IdCompanyContract>
<IdCountryDelivery>7a6d8d11-79a6-446e-b5a9-4fcf1d0b9e4e</IdCountryDelivery>
<IdHologramTypeModel>2995b72b-cee2-420a-a9d6-79801eaf45cc</IdHologramTypeModel>
<IdIdentificationsTypesModel>2566612e-b7c6-4962-81b0-b4bd40fc36cc</IdIdentificationsTypesModel>
<IdLoyaltyProgram>669ee93f-6bdf-4c36-9b34-112968ac121e</IdLoyaltyProgram>
<IdProgram>0b523426-67f0-4382-8532-3657e7b56b11</IdProgram>
<IdStateDelivery>5ee5753d-bc05-49e8-bd50-fd234f1f53eb</IdStateDelivery>
<IdentificationRequestId>eff2f878-d1bc-4824-b8f1-fe89b4ca93e5</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.