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": "2864c442-a31d-4cdc-a3f0-d375715df572", "IdProgram": "7f7f87fa-0995-44a1-859b-1e1270414403", "IdLoyaltyProgram": "cb6da2dd-f2a7-4c57-8ccb-039c300baf0e", "IdIdentificationsTypesModel": "20bda993-c5b5-47cb-be10-df5fb4c18246", "EntityIds": [ "7a19c00f-fbd9-4c49-978a-4b7af9bb0209", "a5ed6a85-f8bb-4359-ab8c-f58a1181d64d" ], "Type": 2, "Street1Delivery": "sample string 3", "Street2Delivery": "sample string 4", "ZipCodeDelivery": "sample string 5", "CityDelivery": "sample string 6", "IdStateDelivery": "c0e7013a-be68-4d01-adce-e640f35434ec", "IdCountryDelivery": "b0387bf6-f4b1-4c93-93d2-4dc182f098ca", "DeliveryContactName": "sample string 7", "DeliveryContactPhoneNumber": "sample string 8", "IdentificationRequestId": "5eb36e06-5035-4698-bb26-10039f796323", "OrderNumber": 1, "IdHologramTypeModel": "cb30b494-8ece-43e1-9785-8fa0fa718710" }
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>7a19c00f-fbd9-4c49-978a-4b7af9bb0209</d2p1:guid> <d2p1:guid>a5ed6a85-f8bb-4359-ab8c-f58a1181d64d</d2p1:guid> </EntityIds> <IdCompanyContract>2864c442-a31d-4cdc-a3f0-d375715df572</IdCompanyContract> <IdCountryDelivery>b0387bf6-f4b1-4c93-93d2-4dc182f098ca</IdCountryDelivery> <IdHologramTypeModel>cb30b494-8ece-43e1-9785-8fa0fa718710</IdHologramTypeModel> <IdIdentificationsTypesModel>20bda993-c5b5-47cb-be10-df5fb4c18246</IdIdentificationsTypesModel> <IdLoyaltyProgram>cb6da2dd-f2a7-4c57-8ccb-039c300baf0e</IdLoyaltyProgram> <IdProgram>7f7f87fa-0995-44a1-859b-1e1270414403</IdProgram> <IdStateDelivery>c0e7013a-be68-4d01-adce-e640f35434ec</IdStateDelivery> <IdentificationRequestId>5eb36e06-5035-4698-bb26-10039f796323</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.