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. |
|
BillOrigins | Collection of integer |
None. |
|
CustomSearchAndOrderCondition | CustomSearchAndOrderCondition |
None. |
{ "Start": "2025-04-04 20:59:11", "End": "2025-04-04 20:59:11", "AggregateCriteria": 1010, "IsAp": true, "IsGrossProfit": true, "PageIndex": 5, "PageSize": 6, "UsePager": true, "KeyWord": "sample string 8", "IsShowSubTotal": true, "BillOrigins": [ 1, 2 ], "CustomSearchAndOrderCondition": { "OrderColumnName": "sample string 1", "OrderType": 0, "CustomSearchParams": [ { "ColumnName": "sample string 1", "Params": [ {}, {} ] }, { "ColumnName": "sample string 1", "Params": [ {}, {} ] } ] } }
<SalesOrderSummaryConditions xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.Abstraction.Sell"> <AggregateCriteria>Order</AggregateCriteria> <BillOrigins xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:int>1</d2p1:int> <d2p1:int>2</d2p1:int> </BillOrigins> <CustomSearchAndOrderCondition xmlns:d2p1="http://schemas.datacontract.org/2004/07/LemonScm.Model.Abstraction.NewApi.BaseData"> <d2p1:CustomSearchParams> <d2p1:CustomSearchParam> <d2p1:ColumnName>sample string 1</d2p1:ColumnName> <d2p1:Params xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d5p1:anyType /> <d5p1:anyType /> </d2p1:Params> </d2p1:CustomSearchParam> <d2p1:CustomSearchParam> <d2p1:ColumnName>sample string 1</d2p1:ColumnName> <d2p1:Params xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d5p1:anyType /> <d5p1:anyType /> </d2p1:Params> </d2p1:CustomSearchParam> </d2p1:CustomSearchParams> <d2p1:OrderColumnName>sample string 1</d2p1:OrderColumnName> <d2p1:OrderType>None</d2p1:OrderType> </CustomSearchAndOrderCondition> <End>2025-04-04T20:59:11.5850291+08:00</End> <IsAp>true</IsAp> <IsGrossProfit>true</IsGrossProfit> <IsShowSubTotal>true</IsShowSubTotal> <KeyWord>sample string 8</KeyWord> <PageIndex>5</PageIndex> <PageSize>6</PageSize> <Start>2025-04-04T20:59:11.5850291+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. |