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:32:57", "BillEnd": "2024-11-25 02:32:57", "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:32:57.8541455+08:00</BillEnd> <BillStart>2024-11-25T02:32:57.8541455+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 |
---|---|---|---|
Items | Collection of ProjectedAvailableBalanceModel |
None. |
|
SumModel | ProjectedAvailableBalanceModel |
None. |
|
PageIndex | integer |
None. |
|
PageSize | integer |
None. |
|
Total | integer |
None. |
|
UsePager | boolean |
None. |
|
CategoriesFounded | Collection of integer |
None. |
|
RDocumentStartDate | string |
None. |
|
RDocumentEndDate | string |
None. |
|
RDeliveryStartDate | string |
None. |
|
RDeliveryEndDate | string |
None. |
{ "Items": [ { "IsCountRow": true, "ProdId": 2, "Image": "sample string 3", "ProdNo": "sample string 4", "ProdName": "sample string 5", "Ap": 6, "ApId": 7, "ApName": "sample string 8", "Spec": "sample string 9", "Brand": "sample string 10", "ProdLocation": "sample string 11", "CatId": 12, "CatNo": "sample string 13", "CatName": "sample string 14", "UnitName": "sample string 15", "WhId": 16, "WhNo": "sample string 17", "WhName": "sample string 18", "WhCatNo": "sample string 19", "WhCatName": "sample string 20", "sumCurrent": 21.0, "sumLocked": 22.0, "sumAvailable": 23.0, "modifiedDate": "2024-11-25 02:32:57", "WithZero": true }, { "IsCountRow": true, "ProdId": 2, "Image": "sample string 3", "ProdNo": "sample string 4", "ProdName": "sample string 5", "Ap": 6, "ApId": 7, "ApName": "sample string 8", "Spec": "sample string 9", "Brand": "sample string 10", "ProdLocation": "sample string 11", "CatId": 12, "CatNo": "sample string 13", "CatName": "sample string 14", "UnitName": "sample string 15", "WhId": 16, "WhNo": "sample string 17", "WhName": "sample string 18", "WhCatNo": "sample string 19", "WhCatName": "sample string 20", "sumCurrent": 21.0, "sumLocked": 22.0, "sumAvailable": 23.0, "modifiedDate": "2024-11-25 02:32:57", "WithZero": true } ], "SumModel": { "IsCountRow": true, "ProdId": 2, "Image": "sample string 3", "ProdNo": "sample string 4", "ProdName": "sample string 5", "Ap": 6, "ApId": 7, "ApName": "sample string 8", "Spec": "sample string 9", "Brand": "sample string 10", "ProdLocation": "sample string 11", "CatId": 12, "CatNo": "sample string 13", "CatName": "sample string 14", "UnitName": "sample string 15", "WhId": 16, "WhNo": "sample string 17", "WhName": "sample string 18", "WhCatNo": "sample string 19", "WhCatName": "sample string 20", "sumCurrent": 21.0, "sumLocked": 22.0, "sumAvailable": 23.0, "modifiedDate": "2024-11-25 02:32:57", "WithZero": true }, "PageIndex": 1, "PageSize": 2, "Total": 3, "UsePager": true, "CategoriesFounded": [ 1, 2 ], "RDocumentStartDate": "sample string 5", "RDocumentEndDate": "sample string 6", "RDeliveryStartDate": "sample string 7", "RDeliveryEndDate": "sample string 8" }