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": "2065309b-cd10-4b60-baf6-4669a82fdfd6", "IdProgram": "57996044-816f-477d-aa4f-ac14bddc148a", "IdLoyaltyProgram": "73326651-73b6-430e-b605-21895a529481", "IdIdentificationsTypesModel": "7fd47da6-df78-4ef6-a9c6-3f87ceb24c46", "EntityIds": [ "ed8f1f1a-79de-44e5-a83c-987a23aa5157", "9a2293bf-fa37-4da6-8c3d-8fee9c6c2c20" ], "Type": 2, "Street1Delivery": "sample string 3", "Street2Delivery": "sample string 4", "ZipCodeDelivery": "sample string 5", "CityDelivery": "sample string 6", "IdStateDelivery": "fec2ca97-107f-499d-b688-40dbf2fc8453", "IdCountryDelivery": "5704414f-2c93-438e-a42f-8802a51a2932", "DeliveryContactName": "sample string 7", "DeliveryContactPhoneNumber": "sample string 8", "IdentificationRequestId": "bf567732-d1f3-49d3-9911-c33e6789cf5b", "OrderNumber": 1, "IdHologramTypeModel": "1c4190bc-229b-4262-ab60-262c5dd3b828" }
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>ed8f1f1a-79de-44e5-a83c-987a23aa5157</d2p1:guid> <d2p1:guid>9a2293bf-fa37-4da6-8c3d-8fee9c6c2c20</d2p1:guid> </EntityIds> <IdCompanyContract>2065309b-cd10-4b60-baf6-4669a82fdfd6</IdCompanyContract> <IdCountryDelivery>5704414f-2c93-438e-a42f-8802a51a2932</IdCountryDelivery> <IdHologramTypeModel>1c4190bc-229b-4262-ab60-262c5dd3b828</IdHologramTypeModel> <IdIdentificationsTypesModel>7fd47da6-df78-4ef6-a9c6-3f87ceb24c46</IdIdentificationsTypesModel> <IdLoyaltyProgram>73326651-73b6-430e-b605-21895a529481</IdLoyaltyProgram> <IdProgram>57996044-816f-477d-aa4f-ac14bddc148a</IdProgram> <IdStateDelivery>fec2ca97-107f-499d-b688-40dbf2fc8453</IdStateDelivery> <IdentificationRequestId>bf567732-d1f3-49d3-9911-c33e6789cf5b</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.