POST SalesOrderIdentificationsSaleDriver
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": "4ebea937-a57a-4010-ad79-e920fb3d4d3b",
"IdProgram": "a104179b-fd84-4731-9774-54b3fe071bf0",
"IdLoyaltyProgram": "fc6706fc-0fd2-4ef9-a693-201a99a5f53f",
"IdIdentificationsTypesModel": "a96c7cfc-311e-4965-819b-b653d711ea90",
"EntityIds": [
"45d0a096-eda1-4def-8dbf-7f6122c5de3e",
"a5e7e737-9942-4c1c-a19d-ef1ca5aeec03"
],
"Type": 2,
"Street1Delivery": "sample string 3",
"Street2Delivery": "sample string 4",
"ZipCodeDelivery": "sample string 5",
"CityDelivery": "sample string 6",
"IdStateDelivery": "729e53cf-d549-4fa2-be31-0d053991afd3",
"IdCountryDelivery": "58e96a2f-8e39-4855-b051-8c4faeb89b0d",
"DeliveryContactName": "sample string 7",
"DeliveryContactPhoneNumber": "sample string 8",
"IdentificationRequestId": "fcb3cb23-7436-4f4d-bc88-19ef22748667",
"OrderNumber": 1,
"IdHologramTypeModel": "f9f302c6-733b-491d-9c16-7f616a5e2068"
}
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>45d0a096-eda1-4def-8dbf-7f6122c5de3e</d2p1:guid>
<d2p1:guid>a5e7e737-9942-4c1c-a19d-ef1ca5aeec03</d2p1:guid>
</EntityIds>
<IdCompanyContract>4ebea937-a57a-4010-ad79-e920fb3d4d3b</IdCompanyContract>
<IdCountryDelivery>58e96a2f-8e39-4855-b051-8c4faeb89b0d</IdCountryDelivery>
<IdHologramTypeModel>f9f302c6-733b-491d-9c16-7f616a5e2068</IdHologramTypeModel>
<IdIdentificationsTypesModel>a96c7cfc-311e-4965-819b-b653d711ea90</IdIdentificationsTypesModel>
<IdLoyaltyProgram>fc6706fc-0fd2-4ef9-a693-201a99a5f53f</IdLoyaltyProgram>
<IdProgram>a104179b-fd84-4731-9774-54b3fe071bf0</IdProgram>
<IdStateDelivery>729e53cf-d549-4fa2-be31-0d053991afd3</IdStateDelivery>
<IdentificationRequestId>fcb3cb23-7436-4f4d-bc88-19ef22748667</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": "78a9294c-c3de-498b-8f58-916883053f1e",
"NetworkId": "54d0d4a4-6436-4a21-81d4-22948eabdd5e",
"CompanyId": "0bc1faee-2cf7-42bd-b186-950f01a50e45",
"CompanyContractId": "4052c0ca-8954-4dbe-9c92-0456a57d9586",
"RquestIdentificationId": "a0c4757a-5720-4d31-b44f-95c23c3a097d",
"Type": 64,
"State": 64,
"RequestDate": "2026-08-03T19:15:20.7681519Z",
"RequestRealDate": "2026-08-03T19:15:20.7681519Z",
"UpdateDate": "2026-08-03T19:15:20.7681519Z",
"UpdateRealDate": "2026-08-03T19:15:20.7681519Z",
"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>4052c0ca-8954-4dbe-9c92-0456a57d9586</CompanyContractId> <CompanyId>0bc1faee-2cf7-42bd-b186-950f01a50e45</CompanyId> <ContractDescription>sample string 9</ContractDescription> <Id>78a9294c-c3de-498b-8f58-916883053f1e</Id> <NetworkDateTimeZone>sample string 7</NetworkDateTimeZone> <NetworkId>54d0d4a4-6436-4a21-81d4-22948eabdd5e</NetworkId> <OrderNumber>1</OrderNumber> <PaymentReference>sample string 8</PaymentReference> <QuantityIdentifications>1</QuantityIdentifications> <RequestDate>2026-08-03T19:15:20.7681519Z</RequestDate> <RequestRealDate>2026-08-03T19:15:20.7681519Z</RequestRealDate> <RequestedAmount>1</RequestedAmount> <RequestedCommisionAmount>1</RequestedCommisionAmount> <RequestedNetAmount>1</RequestedNetAmount> <RequestedTaxesAmount>1</RequestedTaxesAmount> <RequestedTotalAmount>1</RequestedTotalAmount> <RquestIdentificationId>a0c4757a-5720-4d31-b44f-95c23c3a097d</RquestIdentificationId> <State>64</State> <Type>64</Type> <UpdateDate>2026-08-03T19:15:20.7681519Z</UpdateDate> <UpdateRealDate>2026-08-03T19:15:20.7681519Z</UpdateRealDate> </SalesOrderDto>