POST SalesOrderIdentificationsSaleVehicle

Request Sale order of Identifications.

Request Information

URI Parameters

None.

Body Parameters

The new data of the OrderIdentificationDto.

IdentificationOrderDto
NameDescriptionTypeAdditional 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": "de1ae13b-69a2-4b58-947a-b1ffa58ae1dd",
  "IdProgram": "bb298515-5fcc-47bb-92dd-48ae8cf40b8f",
  "IdLoyaltyProgram": "b787b67e-ea76-402e-b22b-24698df6048c",
  "IdIdentificationsTypesModel": "7ba1bd8c-c964-4aa2-83c7-9d0106b1a8a8",
  "EntityIds": [
    "ca823c27-fcc8-4bef-bb91-d94a2f76940f",
    "17833156-19c3-4e94-a417-283d20113c11"
  ],
  "Type": 2,
  "Street1Delivery": "sample string 3",
  "Street2Delivery": "sample string 4",
  "ZipCodeDelivery": "sample string 5",
  "CityDelivery": "sample string 6",
  "IdStateDelivery": "c5b3320c-437e-4853-ae77-fbd906fe0ef3",
  "IdCountryDelivery": "bf4a66af-2200-44b1-b520-958061d5cbc6",
  "DeliveryContactName": "sample string 7",
  "DeliveryContactPhoneNumber": "sample string 8",
  "IdentificationRequestId": "a406fef5-73d3-4c3c-9542-09627d35d53b",
  "OrderNumber": 1,
  "IdHologramTypeModel": "071cfc6c-8e3e-4165-b50d-cef0451e6578"
}

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>ca823c27-fcc8-4bef-bb91-d94a2f76940f</d2p1:guid>
    <d2p1:guid>17833156-19c3-4e94-a417-283d20113c11</d2p1:guid>
  </EntityIds>
  <IdCompanyContract>de1ae13b-69a2-4b58-947a-b1ffa58ae1dd</IdCompanyContract>
  <IdCountryDelivery>bf4a66af-2200-44b1-b520-958061d5cbc6</IdCountryDelivery>
  <IdHologramTypeModel>071cfc6c-8e3e-4165-b50d-cef0451e6578</IdHologramTypeModel>
  <IdIdentificationsTypesModel>7ba1bd8c-c964-4aa2-83c7-9d0106b1a8a8</IdIdentificationsTypesModel>
  <IdLoyaltyProgram>b787b67e-ea76-402e-b22b-24698df6048c</IdLoyaltyProgram>
  <IdProgram>bb298515-5fcc-47bb-92dd-48ae8cf40b8f</IdProgram>
  <IdStateDelivery>c5b3320c-437e-4853-ae77-fbd906fe0ef3</IdStateDelivery>
  <IdentificationRequestId>a406fef5-73d3-4c3c-9542-09627d35d53b</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
NameDescriptionTypeAdditional 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": "0a175258-5fb3-4200-b9b6-f876f214187f",
  "NetworkId": "b9318a04-d68e-4bf9-b790-20ecfd7a7315",
  "CompanyId": "d43a29fb-2975-4df3-8181-e398eac57ca4",
  "CompanyContractId": "bc6de6c0-85a4-4edc-9770-f3ab509236a5",
  "RquestIdentificationId": "dbde43b6-8a09-4c2f-b474-7ab4a135afcc",
  "Type": 64,
  "State": 64,
  "RequestDate": "2025-04-25T16:30:37.9402864Z",
  "RequestRealDate": "2025-04-25T16:30:37.9402864Z",
  "UpdateDate": "2025-04-25T16:30:37.9402864Z",
  "UpdateRealDate": "2025-04-25T16:30:37.9402864Z",
  "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>bc6de6c0-85a4-4edc-9770-f3ab509236a5</CompanyContractId>
  <CompanyId>d43a29fb-2975-4df3-8181-e398eac57ca4</CompanyId>
  <ContractDescription>sample string 9</ContractDescription>
  <Id>0a175258-5fb3-4200-b9b6-f876f214187f</Id>
  <NetworkDateTimeZone>sample string 7</NetworkDateTimeZone>
  <NetworkId>b9318a04-d68e-4bf9-b790-20ecfd7a7315</NetworkId>
  <OrderNumber>1</OrderNumber>
  <PaymentReference>sample string 8</PaymentReference>
  <QuantityIdentifications>1</QuantityIdentifications>
  <RequestDate>2025-04-25T16:30:37.9402864Z</RequestDate>
  <RequestRealDate>2025-04-25T16:30:37.9402864Z</RequestRealDate>
  <RequestedAmount>1</RequestedAmount>
  <RequestedCommisionAmount>1</RequestedCommisionAmount>
  <RequestedNetAmount>1</RequestedNetAmount>
  <RequestedTaxesAmount>1</RequestedTaxesAmount>
  <RequestedTotalAmount>1</RequestedTotalAmount>
  <RquestIdentificationId>dbde43b6-8a09-4c2f-b474-7ab4a135afcc</RquestIdentificationId>
  <State>64</State>
  <Type>64</Type>
  <UpdateDate>2025-04-25T16:30:37.9402864Z</UpdateDate>
  <UpdateRealDate>2025-04-25T16:30:37.9402864Z</UpdateRealDate>
</SalesOrderDto>