None.
Name | Description | Type | Additional information |
---|---|---|---|
Keyword | string |
None. |
|
ProdIds | Collection of integer |
None. |
|
WhId | integer |
None. |
|
PageIndex | integer |
None. |
|
PageSize | integer |
None. |
|
UserPager | boolean |
None. |
|
Rows | Collection of ProductInitialStockKey |
None. |
{ "Keyword": "sample string 1", "ProdIds": [ 1, 2 ], "WhId": 2, "PageIndex": 3, "PageSize": 4, "UserPager": true, "Rows": [ { "IsId": 1, "ProdId": 2, "ApId": 3, "WhId": 4 }, { "IsId": 1, "ProdId": 2, "ApId": 3, "WhId": 4 } ] }
<ProductInitialStockSearchConditions xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.Setting.Product"> <Keyword>sample string 1</Keyword> <PageIndex>3</PageIndex> <PageSize>4</PageSize> <ProdIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:int>1</d2p1:int> <d2p1:int>2</d2p1:int> </ProdIds> <Rows> <ProductInitialStockKey> <ApId>3</ApId> <IsId>1</IsId> <ProdId>2</ProdId> <WhId>4</WhId> </ProductInitialStockKey> <ProductInitialStockKey> <ApId>3</ApId> <IsId>1</IsId> <ProdId>2</ProdId> <WhId>4</WhId> </ProductInitialStockKey> </Rows> <UserPager>true</UserPager> <WhId>2</WhId> </ProductInitialStockSearchConditions>
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. |