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": "2de15101-a80c-4364-ba29-087cb27a9326",
"IdProgram": "b340c5e1-250b-427c-8da9-0c9b07ac6142",
"IdLoyaltyProgram": "0d02f756-273c-499b-a14b-5464648f86d1",
"IdIdentificationsTypesModel": "0cb27411-1b58-40c3-aa86-4e340826c3b8",
"EntityIds": [
"53077577-fecd-4323-bc6e-ed8de811c75b",
"4c8e82a4-d599-422c-9c16-1ce5139323ae"
],
"Type": 2,
"Street1Delivery": "sample string 3",
"Street2Delivery": "sample string 4",
"ZipCodeDelivery": "sample string 5",
"CityDelivery": "sample string 6",
"IdStateDelivery": "eda1b98c-0e09-4518-b874-97d8ece1a6cd",
"IdCountryDelivery": "be949237-e1fa-438f-a94c-6d85217b694d",
"DeliveryContactName": "sample string 7",
"DeliveryContactPhoneNumber": "sample string 8",
"IdentificationRequestId": "f35fd3fe-d0a2-420f-8b05-ab56d8ddfb4c",
"OrderNumber": 1,
"IdHologramTypeModel": "11923e91-60d8-4d38-ab68-8e3acd6c6a21"
}
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>53077577-fecd-4323-bc6e-ed8de811c75b</d2p1:guid>
<d2p1:guid>4c8e82a4-d599-422c-9c16-1ce5139323ae</d2p1:guid>
</EntityIds>
<IdCompanyContract>2de15101-a80c-4364-ba29-087cb27a9326</IdCompanyContract>
<IdCountryDelivery>be949237-e1fa-438f-a94c-6d85217b694d</IdCountryDelivery>
<IdHologramTypeModel>11923e91-60d8-4d38-ab68-8e3acd6c6a21</IdHologramTypeModel>
<IdIdentificationsTypesModel>0cb27411-1b58-40c3-aa86-4e340826c3b8</IdIdentificationsTypesModel>
<IdLoyaltyProgram>0d02f756-273c-499b-a14b-5464648f86d1</IdLoyaltyProgram>
<IdProgram>b340c5e1-250b-427c-8da9-0c9b07ac6142</IdProgram>
<IdStateDelivery>eda1b98c-0e09-4518-b874-97d8ece1a6cd</IdStateDelivery>
<IdentificationRequestId>f35fd3fe-d0a2-420f-8b05-ab56d8ddfb4c</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.