POST api/OrderAdjust/Find
Request Information
URI Parameters
None.
Body Parameters
OrderAdjustAPISearch| Name | Description | Type | Additional information |
|---|---|---|---|
| OrderId | integer |
None. |
|
| BuilderId | integer |
None. |
|
| CreatedDate | date |
None. |
|
| ModifiedDate | date |
None. |
|
| CreatedById | integer |
None. |
|
| ModifiedById | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"OrderId": 1,
"BuilderId": 1,
"CreatedDate": "2025-12-10T05:48:04.7099654+00:00",
"ModifiedDate": "2025-12-10T05:48:04.7099654+00:00",
"CreatedById": 4,
"ModifiedById": 5
}
application/xml, text/xml
Sample:
<OrderAdjustAPISearch xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Uchinet.General.API.Data"> <BuilderId>1</BuilderId> <CreatedById>4</CreatedById> <CreatedDate>2025-12-10T05:48:04.7099654+00:00</CreatedDate> <ModifiedById>5</ModifiedById> <ModifiedDate>2025-12-10T05:48:04.7099654+00:00</ModifiedDate> <OrderId>1</OrderId> </OrderAdjustAPISearch>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of OrderAdjustAPI| Name | Description | Type | Additional information |
|---|---|---|---|
| OrderId | integer |
None. |
|
| Serial | integer |
None. |
|
| AdjustedTotalAmount | integer |
None. |
|
| AdjustedTaxAmount | integer |
None. |
|
| AdjustStateId | integer |
None. |
|
| AdjustReason | string |
None. |
|
| BuilderId | integer |
None. |
|
| CreatedDate | date |
None. |
|
| ModifiedDate | date |
None. |
|
| CreatedById | integer |
None. |
|
| ModifiedById | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"OrderId": 1,
"Serial": 2,
"AdjustedTotalAmount": 3,
"AdjustedTaxAmount": 4,
"AdjustStateId": 5,
"AdjustReason": "sample string 6",
"BuilderId": 1,
"CreatedDate": "2025-12-10T05:48:04.725593+00:00",
"ModifiedDate": "2025-12-10T05:48:04.725593+00:00",
"CreatedById": 9,
"ModifiedById": 10
},
{
"OrderId": 1,
"Serial": 2,
"AdjustedTotalAmount": 3,
"AdjustedTaxAmount": 4,
"AdjustStateId": 5,
"AdjustReason": "sample string 6",
"BuilderId": 1,
"CreatedDate": "2025-12-10T05:48:04.725593+00:00",
"ModifiedDate": "2025-12-10T05:48:04.725593+00:00",
"CreatedById": 9,
"ModifiedById": 10
}
]
application/xml, text/xml
Sample:
<ArrayOfOrderAdjustAPI xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Uchinet.General.API.Data">
<OrderAdjustAPI>
<BuilderId>1</BuilderId>
<CreatedById>9</CreatedById>
<CreatedDate>2025-12-10T05:48:04.725593+00:00</CreatedDate>
<ModifiedById>10</ModifiedById>
<ModifiedDate>2025-12-10T05:48:04.725593+00:00</ModifiedDate>
<AdjustReason>sample string 6</AdjustReason>
<AdjustStateId>5</AdjustStateId>
<AdjustedTaxAmount>4</AdjustedTaxAmount>
<AdjustedTotalAmount>3</AdjustedTotalAmount>
<OrderId>1</OrderId>
<Serial>2</Serial>
</OrderAdjustAPI>
<OrderAdjustAPI>
<BuilderId>1</BuilderId>
<CreatedById>9</CreatedById>
<CreatedDate>2025-12-10T05:48:04.725593+00:00</CreatedDate>
<ModifiedById>10</ModifiedById>
<ModifiedDate>2025-12-10T05:48:04.725593+00:00</ModifiedDate>
<AdjustReason>sample string 6</AdjustReason>
<AdjustStateId>5</AdjustStateId>
<AdjustedTaxAmount>4</AdjustedTaxAmount>
<AdjustedTotalAmount>3</AdjustedTotalAmount>
<OrderId>1</OrderId>
<Serial>2</Serial>
</OrderAdjustAPI>
</ArrayOfOrderAdjustAPI>