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": "8c50c843-7290-4f9a-af9f-740b76ab9bed",
"IdProgram": "5b2483dd-a97b-4ab2-bce1-7021e727a95b",
"IdLoyaltyProgram": "85636edc-7275-4a8e-aa99-c4ba5d9749db",
"IdIdentificationsTypesModel": "1767be8b-a561-412d-ad23-f3f6fa920645",
"EntityIds": [
"305ba5f1-bd69-4aa5-9a5b-394b4def336d",
"70babb1b-f51a-4722-b4da-29b311410a9d"
],
"Type": 2,
"Street1Delivery": "sample string 3",
"Street2Delivery": "sample string 4",
"ZipCodeDelivery": "sample string 5",
"CityDelivery": "sample string 6",
"IdStateDelivery": "ec3d38a1-e786-485e-8d99-36466db77345",
"IdCountryDelivery": "7047edcd-4057-493c-84ed-e8fa5b9260c4",
"DeliveryContactName": "sample string 7",
"DeliveryContactPhoneNumber": "sample string 8",
"IdentificationRequestId": "7b141674-1061-49cc-aee2-ac81dea1815f",
"OrderNumber": 1,
"IdHologramTypeModel": "9ccc8211-dea9-4dc4-920b-192739414e44"
}
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>305ba5f1-bd69-4aa5-9a5b-394b4def336d</d2p1:guid>
<d2p1:guid>70babb1b-f51a-4722-b4da-29b311410a9d</d2p1:guid>
</EntityIds>
<IdCompanyContract>8c50c843-7290-4f9a-af9f-740b76ab9bed</IdCompanyContract>
<IdCountryDelivery>7047edcd-4057-493c-84ed-e8fa5b9260c4</IdCountryDelivery>
<IdHologramTypeModel>9ccc8211-dea9-4dc4-920b-192739414e44</IdHologramTypeModel>
<IdIdentificationsTypesModel>1767be8b-a561-412d-ad23-f3f6fa920645</IdIdentificationsTypesModel>
<IdLoyaltyProgram>85636edc-7275-4a8e-aa99-c4ba5d9749db</IdLoyaltyProgram>
<IdProgram>5b2483dd-a97b-4ab2-bce1-7021e727a95b</IdProgram>
<IdStateDelivery>ec3d38a1-e786-485e-8d99-36466db77345</IdStateDelivery>
<IdentificationRequestId>7b141674-1061-49cc-aee2-ac81dea1815f</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.