POST IdentificationRequestOrderVehicle
Request Identifications for vehicles.
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": "2b4c8ad7-ca66-4339-849e-1dac58e9b002", "IdProgram": "0eb1b64d-d5f7-4dfa-9c02-84a1f2d3fbd7", "IdLoyaltyProgram": "195d8a20-9165-46a0-94fa-f22ae35058f6", "IdIdentificationsTypesModel": "9eb7d7d4-1261-482b-a2fe-6d0b8b34d04e", "EntityIds": [ "46271e33-461d-4d8d-abfc-b8589966d7f2", "1a1339a5-ef89-469a-b6b2-7805bb4a03c9" ], "Type": 2, "Street1Delivery": "sample string 3", "Street2Delivery": "sample string 4", "ZipCodeDelivery": "sample string 5", "CityDelivery": "sample string 6", "IdStateDelivery": "bf9521e7-ad83-4002-b990-cdfd4e608f24", "IdCountryDelivery": "95c9fb81-3426-4bb5-973c-92a3cbfa6f71", "DeliveryContactName": "sample string 7", "DeliveryContactPhoneNumber": "sample string 8", "IdentificationRequestId": "3fd77bfc-1426-4897-8fa7-dcedcd370738", "OrderNumber": 1, "IdHologramTypeModel": "e2d71d57-6e16-4799-85c3-e0fb7a378946" }
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>46271e33-461d-4d8d-abfc-b8589966d7f2</d2p1:guid> <d2p1:guid>1a1339a5-ef89-469a-b6b2-7805bb4a03c9</d2p1:guid> </EntityIds> <IdCompanyContract>2b4c8ad7-ca66-4339-849e-1dac58e9b002</IdCompanyContract> <IdCountryDelivery>95c9fb81-3426-4bb5-973c-92a3cbfa6f71</IdCountryDelivery> <IdHologramTypeModel>e2d71d57-6e16-4799-85c3-e0fb7a378946</IdHologramTypeModel> <IdIdentificationsTypesModel>9eb7d7d4-1261-482b-a2fe-6d0b8b34d04e</IdIdentificationsTypesModel> <IdLoyaltyProgram>195d8a20-9165-46a0-94fa-f22ae35058f6</IdLoyaltyProgram> <IdProgram>0eb1b64d-d5f7-4dfa-9c02-84a1f2d3fbd7</IdProgram> <IdStateDelivery>bf9521e7-ad83-4002-b990-cdfd4e608f24</IdStateDelivery> <IdentificationRequestId>3fd77bfc-1426-4897-8fa7-dcedcd370738</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.