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": "5661355a-ae74-4d06-9815-63bdb0e95b51", "IdProgram": "77cc7bee-2273-43d0-a6f0-c7e717dbb1e2", "IdLoyaltyProgram": "f1d6b59a-28da-4890-ad97-a38e478ef338", "IdIdentificationsTypesModel": "5e3b33d9-e53d-47ac-a3b6-fae37a5a1a66", "EntityIds": [ "4d4f6d98-a677-4d2c-8fb2-fd404a961b8a", "3c4e8e42-c217-4136-8ceb-a7a7a13d692a" ], "Type": 2, "Street1Delivery": "sample string 3", "Street2Delivery": "sample string 4", "ZipCodeDelivery": "sample string 5", "CityDelivery": "sample string 6", "IdStateDelivery": "1156016f-be1a-471d-b72e-056e2ecfa413", "IdCountryDelivery": "f2c0041f-fd87-4eaa-85d1-2bc7436fd1fb", "DeliveryContactName": "sample string 7", "DeliveryContactPhoneNumber": "sample string 8", "IdentificationRequestId": "8538f812-3cae-487e-af8c-0e208b85bd8c", "OrderNumber": 1, "IdHologramTypeModel": "061cb365-0789-40ba-a9a4-fa380c95f9c4" }
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>4d4f6d98-a677-4d2c-8fb2-fd404a961b8a</d2p1:guid> <d2p1:guid>3c4e8e42-c217-4136-8ceb-a7a7a13d692a</d2p1:guid> </EntityIds> <IdCompanyContract>5661355a-ae74-4d06-9815-63bdb0e95b51</IdCompanyContract> <IdCountryDelivery>f2c0041f-fd87-4eaa-85d1-2bc7436fd1fb</IdCountryDelivery> <IdHologramTypeModel>061cb365-0789-40ba-a9a4-fa380c95f9c4</IdHologramTypeModel> <IdIdentificationsTypesModel>5e3b33d9-e53d-47ac-a3b6-fae37a5a1a66</IdIdentificationsTypesModel> <IdLoyaltyProgram>f1d6b59a-28da-4890-ad97-a38e478ef338</IdLoyaltyProgram> <IdProgram>77cc7bee-2273-43d0-a6f0-c7e717dbb1e2</IdProgram> <IdStateDelivery>1156016f-be1a-471d-b72e-056e2ecfa413</IdStateDelivery> <IdentificationRequestId>8538f812-3cae-487e-af8c-0e208b85bd8c</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.