None.
Name | Description | Type | Additional information |
---|---|---|---|
Start | date |
None. |
|
End | date |
None. |
|
AggregateCriteria | AggregateCriteria |
None. |
|
IsAp | boolean |
None. |
|
IsGrossProfit | boolean |
None. |
|
PageIndex | integer |
None. |
|
PageSize | integer |
None. |
|
UsePager | boolean |
None. |
|
KeyWord | string |
None. |
|
IsShowSubTotal | boolean |
None. |
{ "Start": "2024-11-25 03:00:47", "End": "2024-11-25 03:00:47", "AggregateCriteria": 1010, "IsAp": true, "IsGrossProfit": true, "PageIndex": 5, "PageSize": 6, "UsePager": true, "KeyWord": "sample string 8", "IsShowSubTotal": true }
<SalesOrderSummaryConditions xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.Abstraction.Sell"> <AggregateCriteria>Order</AggregateCriteria> <End>2024-11-25T03:00:47.051187+08:00</End> <IsAp>true</IsAp> <IsGrossProfit>true</IsGrossProfit> <IsShowSubTotal>true</IsShowSubTotal> <KeyWord>sample string 8</KeyWord> <PageIndex>5</PageIndex> <PageSize>6</PageSize> <Start>2024-11-25T03:00:47.051187+08:00</Start> <UsePager>true</UsePager> </SalesOrderSummaryConditions>
Sample not available.
Name | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |