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": "5579dc7f-74ee-42dc-ad6a-a97bbebeb952",
"IdProgram": "811171e6-4c12-4775-acc3-eb5120d94660",
"IdLoyaltyProgram": "c06d1d0f-d076-4092-b2c8-7ea2aca36c0b",
"IdIdentificationsTypesModel": "207dab4f-e101-489c-a592-3d59beec7bde",
"EntityIds": [
"7c616f10-1f62-4294-b683-3ed8b9d1fb7e",
"086f9926-365a-422c-b7de-6c62effab288"
],
"Type": 2,
"Street1Delivery": "sample string 3",
"Street2Delivery": "sample string 4",
"ZipCodeDelivery": "sample string 5",
"CityDelivery": "sample string 6",
"IdStateDelivery": "8850026e-b039-4aaa-ab18-5af377952330",
"IdCountryDelivery": "fb5342bf-28c1-408b-a545-caddc926b9b3",
"DeliveryContactName": "sample string 7",
"DeliveryContactPhoneNumber": "sample string 8",
"IdentificationRequestId": "c11b4a04-e6ce-4819-a51b-5c0052dbb1a4",
"OrderNumber": 1,
"IdHologramTypeModel": "7c864f20-7f4c-4d15-9ada-0d28802d6ea6"
}
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>7c616f10-1f62-4294-b683-3ed8b9d1fb7e</d2p1:guid>
<d2p1:guid>086f9926-365a-422c-b7de-6c62effab288</d2p1:guid>
</EntityIds>
<IdCompanyContract>5579dc7f-74ee-42dc-ad6a-a97bbebeb952</IdCompanyContract>
<IdCountryDelivery>fb5342bf-28c1-408b-a545-caddc926b9b3</IdCountryDelivery>
<IdHologramTypeModel>7c864f20-7f4c-4d15-9ada-0d28802d6ea6</IdHologramTypeModel>
<IdIdentificationsTypesModel>207dab4f-e101-489c-a592-3d59beec7bde</IdIdentificationsTypesModel>
<IdLoyaltyProgram>c06d1d0f-d076-4092-b2c8-7ea2aca36c0b</IdLoyaltyProgram>
<IdProgram>811171e6-4c12-4775-acc3-eb5120d94660</IdProgram>
<IdStateDelivery>8850026e-b039-4aaa-ab18-5af377952330</IdStateDelivery>
<IdentificationRequestId>c11b4a04-e6ce-4819-a51b-5c0052dbb1a4</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.