None.
Name | Description | Type | Additional information |
---|---|---|---|
BillStart | date |
None. |
|
BillEnd | date |
None. |
|
ProdIds | Collection of integer |
None. |
|
ProdCatId | integer |
None. |
|
Brand | string |
None. |
|
WhIds | Collection of integer |
None. |
|
WhCatId | integer |
None. |
|
Keyword | string |
None. |
|
NoneDataAfterWhCatFilter | boolean |
None. |
|
PageIndex | integer |
None. |
|
PageSize | integer |
None. |
|
IsAp | boolean |
None. |
|
ShowDisabled | boolean |
None. |
|
WithZero | boolean |
None. |
|
IsShowSubTotal | boolean |
None. |
{ "BillStart": "2024-11-25 02:26:04", "BillEnd": "2024-11-25 02:26:04", "ProdIds": [ 1, 2 ], "ProdCatId": 1, "Brand": "sample string 2", "WhIds": [ 1, 2 ], "WhCatId": 3, "Keyword": "sample string 4", "NoneDataAfterWhCatFilter": true, "PageIndex": 6, "PageSize": 7, "IsAp": true, "ShowDisabled": true, "WithZero": true, "IsShowSubTotal": true }
<ProjectedAvailableBalanceConditions xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.Stock"> <BillEnd>2024-11-25T02:26:04.8762366+08:00</BillEnd> <BillStart>2024-11-25T02:26:04.8762366+08:00</BillStart> <Brand>sample string 2</Brand> <IsAp>true</IsAp> <IsShowSubTotal>true</IsShowSubTotal> <Keyword>sample string 4</Keyword> <NoneDataAfterWhCatFilter>true</NoneDataAfterWhCatFilter> <PageIndex>6</PageIndex> <PageSize>7</PageSize> <ProdCatId>1</ProdCatId> <ProdIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:int>1</d2p1:int> <d2p1:int>2</d2p1:int> </ProdIds> <ShowDisabled>true</ShowDisabled> <WhCatId>3</WhCatId> <WhIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:int>1</d2p1:int> <d2p1:int>2</d2p1:int> </WhIds> <WithZero>true</WithZero> </ProjectedAvailableBalanceConditions>
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. |