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": "6bae0866-5233-4878-9ca9-4c6f69514c5f",
"IdProgram": "7b246a9b-6a4b-4a06-bb87-aa4e7d1c9ce7",
"IdLoyaltyProgram": "3863d31f-fab5-4e83-bf35-ce97b8b95b98",
"IdIdentificationsTypesModel": "2c502bb4-6796-4dfc-8423-0687d0e73502",
"EntityIds": [
"d24e8a00-db1f-476f-9fbf-056f93bca700",
"56ce8b5b-6d7c-42d5-88dd-9cf1597657fa"
],
"Type": 2,
"Street1Delivery": "sample string 3",
"Street2Delivery": "sample string 4",
"ZipCodeDelivery": "sample string 5",
"CityDelivery": "sample string 6",
"IdStateDelivery": "80f5b7a4-7f13-4895-9b9d-e9c2ccb4bf76",
"IdCountryDelivery": "ded21857-7701-44d5-95fa-34a5816873e9",
"DeliveryContactName": "sample string 7",
"DeliveryContactPhoneNumber": "sample string 8",
"IdentificationRequestId": "6b3efbe4-eda5-444c-8bb7-91aa6415c7f0",
"OrderNumber": 1,
"IdHologramTypeModel": "a8630212-1483-446f-900b-4f645b014dea"
}
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>d24e8a00-db1f-476f-9fbf-056f93bca700</d2p1:guid>
<d2p1:guid>56ce8b5b-6d7c-42d5-88dd-9cf1597657fa</d2p1:guid>
</EntityIds>
<IdCompanyContract>6bae0866-5233-4878-9ca9-4c6f69514c5f</IdCompanyContract>
<IdCountryDelivery>ded21857-7701-44d5-95fa-34a5816873e9</IdCountryDelivery>
<IdHologramTypeModel>a8630212-1483-446f-900b-4f645b014dea</IdHologramTypeModel>
<IdIdentificationsTypesModel>2c502bb4-6796-4dfc-8423-0687d0e73502</IdIdentificationsTypesModel>
<IdLoyaltyProgram>3863d31f-fab5-4e83-bf35-ce97b8b95b98</IdLoyaltyProgram>
<IdProgram>7b246a9b-6a4b-4a06-bb87-aa4e7d1c9ce7</IdProgram>
<IdStateDelivery>80f5b7a4-7f13-4895-9b9d-e9c2ccb4bf76</IdStateDelivery>
<IdentificationRequestId>6b3efbe4-eda5-444c-8bb7-91aa6415c7f0</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.