PUT SalesOrderPaid

Paid SalesOrder.

Request Information

URI Parameters

None.

Body Parameters

The new data of the SalesOrderDto.

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.

Request Formats

application/json, text/json

Sample:
{
  "Id": "5fa3e0d0-5302-410e-971e-663851c4a4e0",
  "NetworkId": "9675e373-5cc2-491b-b218-fc0f7d416de6",
  "CompanyId": "a5235831-3f7d-405e-9ec0-e1eb50f34c67",
  "CompanyContractId": "48ffd33b-89f4-4641-8223-e331f002e0df",
  "RquestIdentificationId": "b884a44e-bdcb-48d5-bc31-6e01cf2c715d",
  "Type": 64,
  "State": 64,
  "RequestDate": "2025-04-25T16:24:17.6509518Z",
  "RequestRealDate": "2025-04-25T16:24:17.6509518Z",
  "UpdateDate": "2025-04-25T16:24:17.6509518Z",
  "UpdateRealDate": "2025-04-25T16:24:17.6509518Z",
  "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>48ffd33b-89f4-4641-8223-e331f002e0df</CompanyContractId>
  <CompanyId>a5235831-3f7d-405e-9ec0-e1eb50f34c67</CompanyId>
  <ContractDescription>sample string 9</ContractDescription>
  <Id>5fa3e0d0-5302-410e-971e-663851c4a4e0</Id>
  <NetworkDateTimeZone>sample string 7</NetworkDateTimeZone>
  <NetworkId>9675e373-5cc2-491b-b218-fc0f7d416de6</NetworkId>
  <OrderNumber>1</OrderNumber>
  <PaymentReference>sample string 8</PaymentReference>
  <QuantityIdentifications>1</QuantityIdentifications>
  <RequestDate>2025-04-25T16:24:17.6509518Z</RequestDate>
  <RequestRealDate>2025-04-25T16:24:17.6509518Z</RequestRealDate>
  <RequestedAmount>1</RequestedAmount>
  <RequestedCommisionAmount>1</RequestedCommisionAmount>
  <RequestedNetAmount>1</RequestedNetAmount>
  <RequestedTaxesAmount>1</RequestedTaxesAmount>
  <RequestedTotalAmount>1</RequestedTotalAmount>
  <RquestIdentificationId>b884a44e-bdcb-48d5-bc31-6e01cf2c715d</RquestIdentificationId>
  <State>64</State>
  <Type>64</Type>
  <UpdateDate>2025-04-25T16:24:17.6509518Z</UpdateDate>
  <UpdateRealDate>2025-04-25T16:24:17.6509518Z</UpdateRealDate>
</SalesOrderDto>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

State of the action.

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.