POST SalesOrderIdentificationsSaleVehicle
Request Sale order of Identifications.
Request Information
URI Parameters
None.
Body Parameters
The new data of the OrderIdentificationDto.
IdentificationOrderDto| Name | 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": "b5df6ae2-af60-4568-9aa9-8c240ae55537",
"IdProgram": "ee0c6ed2-62e1-45c3-80fa-1dba2cce9e01",
"IdLoyaltyProgram": "88572dec-111f-43d5-a6f6-8fecd25c4bfb",
"IdIdentificationsTypesModel": "b14061e6-c85e-4299-80fe-3df918a6f2f2",
"EntityIds": [
"aea73b57-71bf-41ca-a0ef-561f725b6370",
"bd9ae823-081a-4667-bbf4-87460f323ca1"
],
"Type": 2,
"Street1Delivery": "sample string 3",
"Street2Delivery": "sample string 4",
"ZipCodeDelivery": "sample string 5",
"CityDelivery": "sample string 6",
"IdStateDelivery": "cafb64b8-c901-4c2c-8df2-284b70eecca9",
"IdCountryDelivery": "3d3ad147-5489-4e6f-89e0-f085ab572c6a",
"DeliveryContactName": "sample string 7",
"DeliveryContactPhoneNumber": "sample string 8",
"IdentificationRequestId": "7a966999-6621-459f-920c-0222d46b60aa",
"OrderNumber": 1,
"IdHologramTypeModel": "5ef2fe21-a6d5-44f9-8309-eb1f31514c33"
}
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>aea73b57-71bf-41ca-a0ef-561f725b6370</d2p1:guid>
<d2p1:guid>bd9ae823-081a-4667-bbf4-87460f323ca1</d2p1:guid>
</EntityIds>
<IdCompanyContract>b5df6ae2-af60-4568-9aa9-8c240ae55537</IdCompanyContract>
<IdCountryDelivery>3d3ad147-5489-4e6f-89e0-f085ab572c6a</IdCountryDelivery>
<IdHologramTypeModel>5ef2fe21-a6d5-44f9-8309-eb1f31514c33</IdHologramTypeModel>
<IdIdentificationsTypesModel>b14061e6-c85e-4299-80fe-3df918a6f2f2</IdIdentificationsTypesModel>
<IdLoyaltyProgram>88572dec-111f-43d5-a6f6-8fecd25c4bfb</IdLoyaltyProgram>
<IdProgram>ee0c6ed2-62e1-45c3-80fa-1dba2cce9e01</IdProgram>
<IdStateDelivery>cafb64b8-c901-4c2c-8df2-284b70eecca9</IdStateDelivery>
<IdentificationRequestId>7a966999-6621-459f-920c-0222d46b60aa</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.
SalesOrderDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| NetworkId | globally unique identifier |
None. |
|
| CompanyId | globally unique identifier |
None. |
|
| CompanyContractId | globally unique identifier |
None. |
|
| RquestIdentificationId | globally unique identifier |
None. |
|
| Type | byte |
None. |
|
| State | byte |
None. |
|
| RequestDate | date |
None. |
|
| RequestRealDate | date |
None. |
|
| UpdateDate | date |
None. |
|
| UpdateRealDate | date |
None. |
|
| NetworkDateTimeZone | string |
None. |
|
| RequestedAmount | decimal number |
None. |
|
| RequestedCommisionAmount | decimal number |
None. |
|
| RequestedNetAmount | decimal number |
None. |
|
| RequestedTaxesAmount | decimal number |
None. |
|
| RequestedTotalAmount | decimal number |
None. |
|
| PaymentReference | string |
None. |
|
| QuantityIdentifications | integer |
None. |
|
| OrderNumber | integer |
None. |
|
| ContractDescription | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": "37181e16-0c0e-4483-9c1a-5f2eee70ac0f",
"NetworkId": "aec7f614-05e5-469d-8060-1ad9d83593ab",
"CompanyId": "8d4a04f4-24dc-4854-a094-39112abd386e",
"CompanyContractId": "ade80dbe-6a8a-4f72-82e4-05bb7af96102",
"RquestIdentificationId": "e0e4e504-dec6-4463-8214-b245ba59c2cd",
"Type": 64,
"State": 64,
"RequestDate": "2026-08-03T19:15:21.2994133Z",
"RequestRealDate": "2026-08-03T19:15:21.2994133Z",
"UpdateDate": "2026-08-03T19:15:21.2994133Z",
"UpdateRealDate": "2026-08-03T19:15:21.2994133Z",
"NetworkDateTimeZone": "sample string 7",
"RequestedAmount": 1.0,
"RequestedCommisionAmount": 1.0,
"RequestedNetAmount": 1.0,
"RequestedTaxesAmount": 1.0,
"RequestedTotalAmount": 1.0,
"PaymentReference": "sample string 8",
"QuantityIdentifications": 1,
"OrderNumber": 1,
"ContractDescription": "sample string 9"
}
application/xml, text/xml
Sample:
<SalesOrderDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ationet.Model"> <CompanyContractId>ade80dbe-6a8a-4f72-82e4-05bb7af96102</CompanyContractId> <CompanyId>8d4a04f4-24dc-4854-a094-39112abd386e</CompanyId> <ContractDescription>sample string 9</ContractDescription> <Id>37181e16-0c0e-4483-9c1a-5f2eee70ac0f</Id> <NetworkDateTimeZone>sample string 7</NetworkDateTimeZone> <NetworkId>aec7f614-05e5-469d-8060-1ad9d83593ab</NetworkId> <OrderNumber>1</OrderNumber> <PaymentReference>sample string 8</PaymentReference> <QuantityIdentifications>1</QuantityIdentifications> <RequestDate>2026-08-03T19:15:21.2994133Z</RequestDate> <RequestRealDate>2026-08-03T19:15:21.2994133Z</RequestRealDate> <RequestedAmount>1</RequestedAmount> <RequestedCommisionAmount>1</RequestedCommisionAmount> <RequestedNetAmount>1</RequestedNetAmount> <RequestedTaxesAmount>1</RequestedTaxesAmount> <RequestedTotalAmount>1</RequestedTotalAmount> <RquestIdentificationId>e0e4e504-dec6-4463-8214-b245ba59c2cd</RquestIdentificationId> <State>64</State> <Type>64</Type> <UpdateDate>2026-08-03T19:15:21.2994133Z</UpdateDate> <UpdateRealDate>2026-08-03T19:15:21.2994133Z</UpdateRealDate> </SalesOrderDto>