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": "3bb0742c-6ddb-40c8-a0db-da62ae87da88",
"IdProgram": "f9ff6eee-6c98-46d6-a4bb-470878a5d469",
"IdLoyaltyProgram": "f18ef3f4-d38e-4032-b66e-f7ddc0f4d0fc",
"IdIdentificationsTypesModel": "f9213992-2895-4b9b-9ff7-f402d77eddf9",
"EntityIds": [
"42e7df8a-ce04-48ee-ac84-d7d896125573",
"3af9de8e-cd3c-4ec2-b6b9-151edd3f0c8f"
],
"Type": 2,
"Street1Delivery": "sample string 3",
"Street2Delivery": "sample string 4",
"ZipCodeDelivery": "sample string 5",
"CityDelivery": "sample string 6",
"IdStateDelivery": "cf894cad-5249-4455-8601-547daad9e3e2",
"IdCountryDelivery": "39d970cd-989e-4d47-8ce0-3edb8ec0f603",
"DeliveryContactName": "sample string 7",
"DeliveryContactPhoneNumber": "sample string 8",
"IdentificationRequestId": "b39403d1-78da-4c88-98cd-fe8c59d4387a",
"OrderNumber": 1,
"IdHologramTypeModel": "e3349f1b-d05b-45ae-a943-b7c33781d6c1"
}
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>42e7df8a-ce04-48ee-ac84-d7d896125573</d2p1:guid>
<d2p1:guid>3af9de8e-cd3c-4ec2-b6b9-151edd3f0c8f</d2p1:guid>
</EntityIds>
<IdCompanyContract>3bb0742c-6ddb-40c8-a0db-da62ae87da88</IdCompanyContract>
<IdCountryDelivery>39d970cd-989e-4d47-8ce0-3edb8ec0f603</IdCountryDelivery>
<IdHologramTypeModel>e3349f1b-d05b-45ae-a943-b7c33781d6c1</IdHologramTypeModel>
<IdIdentificationsTypesModel>f9213992-2895-4b9b-9ff7-f402d77eddf9</IdIdentificationsTypesModel>
<IdLoyaltyProgram>f18ef3f4-d38e-4032-b66e-f7ddc0f4d0fc</IdLoyaltyProgram>
<IdProgram>f9ff6eee-6c98-46d6-a4bb-470878a5d469</IdProgram>
<IdStateDelivery>cf894cad-5249-4455-8601-547daad9e3e2</IdStateDelivery>
<IdentificationRequestId>b39403d1-78da-4c88-98cd-fe8c59d4387a</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.