POST IdentificationRequestOrderDriver
Request Identifications for drivers.
Request Information
URI Parameters
None.
Body Parameters
The new data of the OrderIdentificationDto.
IdentificationOrderDtoName | 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": "e46e2524-b0ef-4b0d-a7d4-e145dc825ed6", "IdProgram": "8b36f3a1-5d2b-408e-9b55-b51c2449e7a9", "IdLoyaltyProgram": "9333bc8f-f3e8-42ad-a7cb-4e1829ec5f50", "IdIdentificationsTypesModel": "b7b6fab4-752b-4f82-a7b7-6a6ebaaf6b8f", "EntityIds": [ "078f24a5-f8ce-4570-86fb-a7f0843b7f9c", "dfac00bb-c61b-4000-a230-ac051f92156f" ], "Type": 2, "Street1Delivery": "sample string 3", "Street2Delivery": "sample string 4", "ZipCodeDelivery": "sample string 5", "CityDelivery": "sample string 6", "IdStateDelivery": "a057d341-a905-4eb2-a8a9-881f31db0894", "IdCountryDelivery": "e6367ad9-d426-4117-a887-0087f9444c6c", "DeliveryContactName": "sample string 7", "DeliveryContactPhoneNumber": "sample string 8", "IdentificationRequestId": "16637df7-f239-4fa5-a88c-822fe9f49c1a", "OrderNumber": 1, "IdHologramTypeModel": "587e1fcb-630f-4881-bc3b-a41a3318730d" }
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>078f24a5-f8ce-4570-86fb-a7f0843b7f9c</d2p1:guid> <d2p1:guid>dfac00bb-c61b-4000-a230-ac051f92156f</d2p1:guid> </EntityIds> <IdCompanyContract>e46e2524-b0ef-4b0d-a7d4-e145dc825ed6</IdCompanyContract> <IdCountryDelivery>e6367ad9-d426-4117-a887-0087f9444c6c</IdCountryDelivery> <IdHologramTypeModel>587e1fcb-630f-4881-bc3b-a41a3318730d</IdHologramTypeModel> <IdIdentificationsTypesModel>b7b6fab4-752b-4f82-a7b7-6a6ebaaf6b8f</IdIdentificationsTypesModel> <IdLoyaltyProgram>9333bc8f-f3e8-42ad-a7cb-4e1829ec5f50</IdLoyaltyProgram> <IdProgram>8b36f3a1-5d2b-408e-9b55-b51c2449e7a9</IdProgram> <IdStateDelivery>a057d341-a905-4eb2-a8a9-881f31db0894</IdStateDelivery> <IdentificationRequestId>16637df7-f239-4fa5-a88c-822fe9f49c1a</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.