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": "f3f3c4d5-f30d-491d-b036-e91dc78fd67f",
"IdProgram": "7fbc9613-d0b6-41f1-9581-a70dcdf13c59",
"IdLoyaltyProgram": "75a606bd-b596-493b-9376-aa5b3d8fa0c6",
"IdIdentificationsTypesModel": "dee90184-c373-43c5-a5d3-78fda8e1de8a",
"EntityIds": [
"85bedb63-2085-4ae8-a7d0-eaadc38b31cc",
"936588b8-7bc4-47c3-9b4c-352378d57448"
],
"Type": 2,
"Street1Delivery": "sample string 3",
"Street2Delivery": "sample string 4",
"ZipCodeDelivery": "sample string 5",
"CityDelivery": "sample string 6",
"IdStateDelivery": "25003446-54c2-478e-98e0-febe43292c0c",
"IdCountryDelivery": "da5660cd-2af6-4267-9eb8-66e7c80f4d96",
"DeliveryContactName": "sample string 7",
"DeliveryContactPhoneNumber": "sample string 8",
"IdentificationRequestId": "d9e9b1dd-1195-4ffa-aae7-0d32128c33c4",
"OrderNumber": 1,
"IdHologramTypeModel": "4bf60571-3433-44ef-b387-1d3031f0fe0a"
}
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>85bedb63-2085-4ae8-a7d0-eaadc38b31cc</d2p1:guid>
<d2p1:guid>936588b8-7bc4-47c3-9b4c-352378d57448</d2p1:guid>
</EntityIds>
<IdCompanyContract>f3f3c4d5-f30d-491d-b036-e91dc78fd67f</IdCompanyContract>
<IdCountryDelivery>da5660cd-2af6-4267-9eb8-66e7c80f4d96</IdCountryDelivery>
<IdHologramTypeModel>4bf60571-3433-44ef-b387-1d3031f0fe0a</IdHologramTypeModel>
<IdIdentificationsTypesModel>dee90184-c373-43c5-a5d3-78fda8e1de8a</IdIdentificationsTypesModel>
<IdLoyaltyProgram>75a606bd-b596-493b-9376-aa5b3d8fa0c6</IdLoyaltyProgram>
<IdProgram>7fbc9613-d0b6-41f1-9581-a70dcdf13c59</IdProgram>
<IdStateDelivery>25003446-54c2-478e-98e0-febe43292c0c</IdStateDelivery>
<IdentificationRequestId>d9e9b1dd-1195-4ffa-aae7-0d32128c33c4</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.