POST IdentificationRequestOrderDriver
Request Identifications for drivers.
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": "1dd7552a-fc44-428c-af02-cc35e4217031",
"IdProgram": "af3e0662-0a5b-4057-8280-b632cc9a5fd4",
"IdLoyaltyProgram": "045e4949-8ec5-40c8-96b5-6c01957e4b2d",
"IdIdentificationsTypesModel": "2228940e-ae38-4166-b98d-9d07f8926179",
"EntityIds": [
"5d13ea59-cd8b-4355-8d25-10a041652559",
"63414070-1a5d-4012-a1a1-8df1858669a6"
],
"Type": 2,
"Street1Delivery": "sample string 3",
"Street2Delivery": "sample string 4",
"ZipCodeDelivery": "sample string 5",
"CityDelivery": "sample string 6",
"IdStateDelivery": "d43f5614-5825-4e0c-9538-a9736cf1b3a9",
"IdCountryDelivery": "4a66dd5b-0150-4db1-a4a6-b6ae9f2b02a4",
"DeliveryContactName": "sample string 7",
"DeliveryContactPhoneNumber": "sample string 8",
"IdentificationRequestId": "b47cb46e-677b-4134-8f0a-a41c3676a054",
"OrderNumber": 1,
"IdHologramTypeModel": "bc0caac1-6a3d-4bcb-94ed-b1cd76f332dd"
}
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>5d13ea59-cd8b-4355-8d25-10a041652559</d2p1:guid>
<d2p1:guid>63414070-1a5d-4012-a1a1-8df1858669a6</d2p1:guid>
</EntityIds>
<IdCompanyContract>1dd7552a-fc44-428c-af02-cc35e4217031</IdCompanyContract>
<IdCountryDelivery>4a66dd5b-0150-4db1-a4a6-b6ae9f2b02a4</IdCountryDelivery>
<IdHologramTypeModel>bc0caac1-6a3d-4bcb-94ed-b1cd76f332dd</IdHologramTypeModel>
<IdIdentificationsTypesModel>2228940e-ae38-4166-b98d-9d07f8926179</IdIdentificationsTypesModel>
<IdLoyaltyProgram>045e4949-8ec5-40c8-96b5-6c01957e4b2d</IdLoyaltyProgram>
<IdProgram>af3e0662-0a5b-4057-8280-b632cc9a5fd4</IdProgram>
<IdStateDelivery>d43f5614-5825-4e0c-9538-a9736cf1b3a9</IdStateDelivery>
<IdentificationRequestId>b47cb46e-677b-4134-8f0a-a41c3676a054</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.