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": "224f47d4-1aa9-4471-ab00-8a165ffe411c",
"IdProgram": "263783f2-7ca5-490b-9d98-e54b77d82e3d",
"IdLoyaltyProgram": "159db455-8194-4414-9ac5-1495a905201d",
"IdIdentificationsTypesModel": "5d154ab3-de46-4783-88fd-291fc131f6d6",
"EntityIds": [
"af25b366-77d3-4a4a-b29c-6c50e96e82db",
"848f497a-5f39-4ee5-9e23-d95b846ea5b6"
],
"Type": 2,
"Street1Delivery": "sample string 3",
"Street2Delivery": "sample string 4",
"ZipCodeDelivery": "sample string 5",
"CityDelivery": "sample string 6",
"IdStateDelivery": "420f5bb1-19e4-46dd-8087-c9e2749c95a1",
"IdCountryDelivery": "07a17010-05e4-4712-ab15-a6b3cb2f8ac1",
"DeliveryContactName": "sample string 7",
"DeliveryContactPhoneNumber": "sample string 8",
"IdentificationRequestId": "23de5201-2198-404b-b0b2-acedd065e88d",
"OrderNumber": 1,
"IdHologramTypeModel": "d28f71b9-362d-4109-8849-a6c45c311a16"
}
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>af25b366-77d3-4a4a-b29c-6c50e96e82db</d2p1:guid>
<d2p1:guid>848f497a-5f39-4ee5-9e23-d95b846ea5b6</d2p1:guid>
</EntityIds>
<IdCompanyContract>224f47d4-1aa9-4471-ab00-8a165ffe411c</IdCompanyContract>
<IdCountryDelivery>07a17010-05e4-4712-ab15-a6b3cb2f8ac1</IdCountryDelivery>
<IdHologramTypeModel>d28f71b9-362d-4109-8849-a6c45c311a16</IdHologramTypeModel>
<IdIdentificationsTypesModel>5d154ab3-de46-4783-88fd-291fc131f6d6</IdIdentificationsTypesModel>
<IdLoyaltyProgram>159db455-8194-4414-9ac5-1495a905201d</IdLoyaltyProgram>
<IdProgram>263783f2-7ca5-490b-9d98-e54b77d82e3d</IdProgram>
<IdStateDelivery>420f5bb1-19e4-46dd-8087-c9e2749c95a1</IdStateDelivery>
<IdentificationRequestId>23de5201-2198-404b-b0b2-acedd065e88d</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.