None.
Name | Description | Type | Additional information |
---|---|---|---|
FeatchAll | integer |
None. |
|
ShowDisableWh | boolean |
None. |
{ "FeatchAll": 1, "ShowDisableWh": true }
<GetWhListPara xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.WebApi.Areas.Storage.Models"> <FeatchAll>1</FeatchAll> <ShowDisableWh>true</ShowDisableWh> </GetWhListPara>
Sample not available.
Name | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
No | string |
None. |
|
Name | string |
None. |
|
CategoryID | integer |
None. |
[ { "Id": 1, "No": "sample string 2", "Name": "sample string 3", "CategoryID": 4 }, { "Id": 1, "No": "sample string 2", "Name": "sample string 3", "CategoryID": 4 } ]
<ArrayOfIdNamePair xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.WebApi.Models"> <IdNamePair> <CategoryID>4</CategoryID> <Id>1</Id> <Name>sample string 3</Name> <No>sample string 2</No> </IdNamePair> <IdNamePair> <CategoryID>4</CategoryID> <Id>1</Id> <Name>sample string 3</Name> <No>sample string 2</No> </IdNamePair> </ArrayOfIdNamePair>