PUT SalesOrderCancel
Cancel SalesOrder.
Request Information
URI Parameters
None.
Body Parameters
The new data of the SalesOrderDto.
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. |
Request Formats
application/json, text/json
Sample:
{
"Id": "aad21e69-7e0e-4e60-b58b-c0954142da35",
"NetworkId": "ecec9503-d047-4fa1-841c-385e28f686ab",
"CompanyId": "d11ddff7-4461-4e2e-9c4a-602b41c40c67",
"CompanyContractId": "c83a50df-0410-450e-b64e-5566a4cbd809",
"RquestIdentificationId": "93664f31-c698-4e11-b394-5bcb02a495d6",
"Type": 64,
"State": 64,
"RequestDate": "2025-12-15T13:01:48.2480081Z",
"RequestRealDate": "2025-12-15T13:01:48.2480081Z",
"UpdateDate": "2025-12-15T13:01:48.2480081Z",
"UpdateRealDate": "2025-12-15T13:01:48.2480081Z",
"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>c83a50df-0410-450e-b64e-5566a4cbd809</CompanyContractId> <CompanyId>d11ddff7-4461-4e2e-9c4a-602b41c40c67</CompanyId> <ContractDescription>sample string 9</ContractDescription> <Id>aad21e69-7e0e-4e60-b58b-c0954142da35</Id> <NetworkDateTimeZone>sample string 7</NetworkDateTimeZone> <NetworkId>ecec9503-d047-4fa1-841c-385e28f686ab</NetworkId> <OrderNumber>1</OrderNumber> <PaymentReference>sample string 8</PaymentReference> <QuantityIdentifications>1</QuantityIdentifications> <RequestDate>2025-12-15T13:01:48.2480081Z</RequestDate> <RequestRealDate>2025-12-15T13:01:48.2480081Z</RequestRealDate> <RequestedAmount>1</RequestedAmount> <RequestedCommisionAmount>1</RequestedCommisionAmount> <RequestedNetAmount>1</RequestedNetAmount> <RequestedTaxesAmount>1</RequestedTaxesAmount> <RequestedTotalAmount>1</RequestedTotalAmount> <RquestIdentificationId>93664f31-c698-4e11-b394-5bcb02a495d6</RquestIdentificationId> <State>64</State> <Type>64</Type> <UpdateDate>2025-12-15T13:01:48.2480081Z</UpdateDate> <UpdateRealDate>2025-12-15T13:01:48.2480081Z</UpdateRealDate> </SalesOrderDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
State of the action.
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.