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": "2298982d-cfbe-45b5-939f-411989feee73", "IdProgram": "349315f6-3eb1-44ba-9f62-6d474574461a", "IdLoyaltyProgram": "77ec799c-72b6-43b4-bc57-63693339d364", "IdIdentificationsTypesModel": "a5292b60-5c74-4f25-8c20-bc3d7c2a82a3", "EntityIds": [ "1053e8bf-6668-494d-8ee6-828fb3e0fa33", "18049ae6-0c90-4839-a61c-bdc959000380" ], "Type": 2, "Street1Delivery": "sample string 3", "Street2Delivery": "sample string 4", "ZipCodeDelivery": "sample string 5", "CityDelivery": "sample string 6", "IdStateDelivery": "dbaf3574-6417-420c-9b5f-71920d2c7a41", "IdCountryDelivery": "d555c459-ed25-46d4-81a4-935da0f5b118", "DeliveryContactName": "sample string 7", "DeliveryContactPhoneNumber": "sample string 8", "IdentificationRequestId": "6fedc267-e096-41bb-91ed-0963044b43ee", "OrderNumber": 1, "IdHologramTypeModel": "5177cdbc-fcb7-4cd2-8a05-20a872253723" }
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>1053e8bf-6668-494d-8ee6-828fb3e0fa33</d2p1:guid> <d2p1:guid>18049ae6-0c90-4839-a61c-bdc959000380</d2p1:guid> </EntityIds> <IdCompanyContract>2298982d-cfbe-45b5-939f-411989feee73</IdCompanyContract> <IdCountryDelivery>d555c459-ed25-46d4-81a4-935da0f5b118</IdCountryDelivery> <IdHologramTypeModel>5177cdbc-fcb7-4cd2-8a05-20a872253723</IdHologramTypeModel> <IdIdentificationsTypesModel>a5292b60-5c74-4f25-8c20-bc3d7c2a82a3</IdIdentificationsTypesModel> <IdLoyaltyProgram>77ec799c-72b6-43b4-bc57-63693339d364</IdLoyaltyProgram> <IdProgram>349315f6-3eb1-44ba-9f62-6d474574461a</IdProgram> <IdStateDelivery>dbaf3574-6417-420c-9b5f-71920d2c7a41</IdStateDelivery> <IdentificationRequestId>6fedc267-e096-41bb-91ed-0963044b43ee</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.