GET api/ProductStock/GetProductSelectStock?section={section}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| section | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
MessageModelOfListOfProductSelectStockViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | integer |
None. |
|
| Success | boolean |
None. |
|
| Msg | string |
None. |
|
| Response | Collection of ProductSelectStockViewModel |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": 200,
"Success": true,
"Msg": "sample string 3",
"Response": [
{
"FProNO": "sample string 1",
"FType": 1,
"FTypeName": "sample string 2",
"FSpecID": 1,
"FSpecName": "sample string 3",
"FGasOrLiquidID": 1,
"FGasOrLiquidName": "sample string 4",
"FBottleType": 1,
"FBottleTypeName": "sample string 5",
"FName": "sample string 6",
"FInventory": 1,
"FParent": 7
},
{
"FProNO": "sample string 1",
"FType": 1,
"FTypeName": "sample string 2",
"FSpecID": 1,
"FSpecName": "sample string 3",
"FGasOrLiquidID": 1,
"FGasOrLiquidName": "sample string 4",
"FBottleType": 1,
"FBottleTypeName": "sample string 5",
"FName": "sample string 6",
"FInventory": 1,
"FParent": 7
}
]
}
application/xml, text/xml
Sample:
<MessageModelOfArrayOfProductSelectStockViewModelKI6_SDWR9 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DY.Entity">
<Msg>sample string 3</Msg>
<Response xmlns:d2p1="http://schemas.datacontract.org/2004/07/DY.Entity.ViewModel">
<d2p1:ProductSelectStockViewModel>
<d2p1:FBottleType>1</d2p1:FBottleType>
<d2p1:FBottleTypeName>sample string 5</d2p1:FBottleTypeName>
<d2p1:FGasOrLiquidID>1</d2p1:FGasOrLiquidID>
<d2p1:FGasOrLiquidName>sample string 4</d2p1:FGasOrLiquidName>
<d2p1:FInventory>1</d2p1:FInventory>
<d2p1:FName>sample string 6</d2p1:FName>
<d2p1:FParent>7</d2p1:FParent>
<d2p1:FProNO>sample string 1</d2p1:FProNO>
<d2p1:FSpecID>1</d2p1:FSpecID>
<d2p1:FSpecName>sample string 3</d2p1:FSpecName>
<d2p1:FType>1</d2p1:FType>
<d2p1:FTypeName>sample string 2</d2p1:FTypeName>
</d2p1:ProductSelectStockViewModel>
<d2p1:ProductSelectStockViewModel>
<d2p1:FBottleType>1</d2p1:FBottleType>
<d2p1:FBottleTypeName>sample string 5</d2p1:FBottleTypeName>
<d2p1:FGasOrLiquidID>1</d2p1:FGasOrLiquidID>
<d2p1:FGasOrLiquidName>sample string 4</d2p1:FGasOrLiquidName>
<d2p1:FInventory>1</d2p1:FInventory>
<d2p1:FName>sample string 6</d2p1:FName>
<d2p1:FParent>7</d2p1:FParent>
<d2p1:FProNO>sample string 1</d2p1:FProNO>
<d2p1:FSpecID>1</d2p1:FSpecID>
<d2p1:FSpecName>sample string 3</d2p1:FSpecName>
<d2p1:FType>1</d2p1:FType>
<d2p1:FTypeName>sample string 2</d2p1:FTypeName>
</d2p1:ProductSelectStockViewModel>
</Response>
<Status>200</Status>
<Success>true</Success>
</MessageModelOfArrayOfProductSelectStockViewModelKI6_SDWR9>