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": "df6c9ce3-0753-473b-9263-c0503fe5d12b",
"IdProgram": "fac5614b-b9c3-4ed6-942b-3f9a3552b1c0",
"IdLoyaltyProgram": "50d62149-2295-4cf9-8801-9fa097c533d1",
"IdIdentificationsTypesModel": "c78fe7b9-a360-4beb-9c89-e266cbfd61bd",
"EntityIds": [
"e92cfa0a-b86f-49a9-846e-2a49b245f51b",
"bebeab69-17d8-4ffa-aafe-64c924cc97f9"
],
"Type": 2,
"Street1Delivery": "sample string 3",
"Street2Delivery": "sample string 4",
"ZipCodeDelivery": "sample string 5",
"CityDelivery": "sample string 6",
"IdStateDelivery": "5732733c-588a-4e19-a0ff-54eb351b808b",
"IdCountryDelivery": "0740d410-4fb9-4de9-8df4-d12ecb3b8ae2",
"DeliveryContactName": "sample string 7",
"DeliveryContactPhoneNumber": "sample string 8",
"IdentificationRequestId": "83fff5a3-12b9-4495-98eb-71ee42894416",
"OrderNumber": 1,
"IdHologramTypeModel": "4b11c96f-1eae-47b2-9a6b-fa7615703ec6"
}
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>e92cfa0a-b86f-49a9-846e-2a49b245f51b</d2p1:guid>
<d2p1:guid>bebeab69-17d8-4ffa-aafe-64c924cc97f9</d2p1:guid>
</EntityIds>
<IdCompanyContract>df6c9ce3-0753-473b-9263-c0503fe5d12b</IdCompanyContract>
<IdCountryDelivery>0740d410-4fb9-4de9-8df4-d12ecb3b8ae2</IdCountryDelivery>
<IdHologramTypeModel>4b11c96f-1eae-47b2-9a6b-fa7615703ec6</IdHologramTypeModel>
<IdIdentificationsTypesModel>c78fe7b9-a360-4beb-9c89-e266cbfd61bd</IdIdentificationsTypesModel>
<IdLoyaltyProgram>50d62149-2295-4cf9-8801-9fa097c533d1</IdLoyaltyProgram>
<IdProgram>fac5614b-b9c3-4ed6-942b-3f9a3552b1c0</IdProgram>
<IdStateDelivery>5732733c-588a-4e19-a0ff-54eb351b808b</IdStateDelivery>
<IdentificationRequestId>83fff5a3-12b9-4495-98eb-71ee42894416</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": "d3add076-1398-40b8-aff8-b862d10d726d",
"NetworkId": "99fb1d08-bfd6-465c-aafb-73e2f23619cb",
"CompanyId": "b9752fca-c675-49d3-a291-d42b917032b5",
"CompanyContractId": "1135ac8c-360f-4a4b-9de7-78d11db1d99a",
"RquestIdentificationId": "382387c7-ef29-4668-a139-bd4babdea0a7",
"Type": 64,
"State": 64,
"RequestDate": "2026-04-27T21:33:08.4534687Z",
"RequestRealDate": "2026-04-27T21:33:08.4534687Z",
"UpdateDate": "2026-04-27T21:33:08.4534687Z",
"UpdateRealDate": "2026-04-27T21:33:08.4534687Z",
"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>1135ac8c-360f-4a4b-9de7-78d11db1d99a</CompanyContractId> <CompanyId>b9752fca-c675-49d3-a291-d42b917032b5</CompanyId> <ContractDescription>sample string 9</ContractDescription> <Id>d3add076-1398-40b8-aff8-b862d10d726d</Id> <NetworkDateTimeZone>sample string 7</NetworkDateTimeZone> <NetworkId>99fb1d08-bfd6-465c-aafb-73e2f23619cb</NetworkId> <OrderNumber>1</OrderNumber> <PaymentReference>sample string 8</PaymentReference> <QuantityIdentifications>1</QuantityIdentifications> <RequestDate>2026-04-27T21:33:08.4534687Z</RequestDate> <RequestRealDate>2026-04-27T21:33:08.4534687Z</RequestRealDate> <RequestedAmount>1</RequestedAmount> <RequestedCommisionAmount>1</RequestedCommisionAmount> <RequestedNetAmount>1</RequestedNetAmount> <RequestedTaxesAmount>1</RequestedTaxesAmount> <RequestedTotalAmount>1</RequestedTotalAmount> <RquestIdentificationId>382387c7-ef29-4668-a139-bd4babdea0a7</RquestIdentificationId> <State>64</State> <Type>64</Type> <UpdateDate>2026-04-27T21:33:08.4534687Z</UpdateDate> <UpdateRealDate>2026-04-27T21:33:08.4534687Z</UpdateRealDate> </SalesOrderDto>