POST SalesOrderIdentificationsSaleDriver
Request Sale order of Identifications.
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": "37ee7228-2e26-4d45-9e29-8b5d149755c1", "IdProgram": "78783824-4ff6-4f86-8755-c638cf407de0", "IdLoyaltyProgram": "2a3c15fd-770e-4113-9b39-0e8aa879c0c7", "IdIdentificationsTypesModel": "93d00ada-6fc4-4258-81f7-aa69f49b8200", "EntityIds": [ "afd47af9-b93f-46d1-881b-c70e544a16bc", "f59d2887-a34b-455a-a219-67b6672842a8" ], "Type": 2, "Street1Delivery": "sample string 3", "Street2Delivery": "sample string 4", "ZipCodeDelivery": "sample string 5", "CityDelivery": "sample string 6", "IdStateDelivery": "6ec333df-a8c0-40f4-9019-e111e45f7737", "IdCountryDelivery": "716dad45-9be4-4ac6-864e-34f0e08d9442", "DeliveryContactName": "sample string 7", "DeliveryContactPhoneNumber": "sample string 8", "IdentificationRequestId": "a673ea3f-3f17-44ce-bcc1-60c5209d28e0", "OrderNumber": 1, "IdHologramTypeModel": "f0a829d2-b3f3-4b68-b508-9add6128d872" }
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>afd47af9-b93f-46d1-881b-c70e544a16bc</d2p1:guid> <d2p1:guid>f59d2887-a34b-455a-a219-67b6672842a8</d2p1:guid> </EntityIds> <IdCompanyContract>37ee7228-2e26-4d45-9e29-8b5d149755c1</IdCompanyContract> <IdCountryDelivery>716dad45-9be4-4ac6-864e-34f0e08d9442</IdCountryDelivery> <IdHologramTypeModel>f0a829d2-b3f3-4b68-b508-9add6128d872</IdHologramTypeModel> <IdIdentificationsTypesModel>93d00ada-6fc4-4258-81f7-aa69f49b8200</IdIdentificationsTypesModel> <IdLoyaltyProgram>2a3c15fd-770e-4113-9b39-0e8aa879c0c7</IdLoyaltyProgram> <IdProgram>78783824-4ff6-4f86-8755-c638cf407de0</IdProgram> <IdStateDelivery>6ec333df-a8c0-40f4-9019-e111e45f7737</IdStateDelivery> <IdentificationRequestId>a673ea3f-3f17-44ce-bcc1-60c5209d28e0</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.
SalesOrderDtoName | 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": "3bc0902c-8c0f-4f95-864c-e90bffa036d1", "NetworkId": "3cc14b08-4c34-4742-80d2-3cc834f41b44", "CompanyId": "6c10c61e-6de6-427c-ac1e-e54bcc42ad33", "CompanyContractId": "56abbe34-dbe5-4db7-b9dc-9602dfe1808b", "RquestIdentificationId": "c8bc84a3-eb31-4c5d-bc05-51b1e09e3eb6", "Type": 64, "State": 64, "RequestDate": "2025-04-25T16:24:18.0439809Z", "RequestRealDate": "2025-04-25T16:24:18.0439809Z", "UpdateDate": "2025-04-25T16:24:18.0439809Z", "UpdateRealDate": "2025-04-25T16:24:18.0439809Z", "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>56abbe34-dbe5-4db7-b9dc-9602dfe1808b</CompanyContractId> <CompanyId>6c10c61e-6de6-427c-ac1e-e54bcc42ad33</CompanyId> <ContractDescription>sample string 9</ContractDescription> <Id>3bc0902c-8c0f-4f95-864c-e90bffa036d1</Id> <NetworkDateTimeZone>sample string 7</NetworkDateTimeZone> <NetworkId>3cc14b08-4c34-4742-80d2-3cc834f41b44</NetworkId> <OrderNumber>1</OrderNumber> <PaymentReference>sample string 8</PaymentReference> <QuantityIdentifications>1</QuantityIdentifications> <RequestDate>2025-04-25T16:24:18.0439809Z</RequestDate> <RequestRealDate>2025-04-25T16:24:18.0439809Z</RequestRealDate> <RequestedAmount>1</RequestedAmount> <RequestedCommisionAmount>1</RequestedCommisionAmount> <RequestedNetAmount>1</RequestedNetAmount> <RequestedTaxesAmount>1</RequestedTaxesAmount> <RequestedTotalAmount>1</RequestedTotalAmount> <RquestIdentificationId>c8bc84a3-eb31-4c5d-bc05-51b1e09e3eb6</RquestIdentificationId> <State>64</State> <Type>64</Type> <UpdateDate>2025-04-25T16:24:18.0439809Z</UpdateDate> <UpdateRealDate>2025-04-25T16:24:18.0439809Z</UpdateRealDate> </SalesOrderDto>