GET api/ProductStock/GetSectionInOutPro
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
MessageModelOfListOfProDailyProListViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | integer |
None. |
|
| Success | boolean |
None. |
|
| Msg | string |
None. |
|
| Response | Collection of ProDailyProListViewModel |
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",
"FCount": 1,
"FInventory": 1,
"FPriorPeriodInventory": 1,
"FInInventory": 1,
"FOutInventory": 1,
"FSelInInventory": 1,
"FSelOutInventory": 1
},
{
"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",
"FCount": 1,
"FInventory": 1,
"FPriorPeriodInventory": 1,
"FInInventory": 1,
"FOutInventory": 1,
"FSelInInventory": 1,
"FSelOutInventory": 1
}
]
}
application/xml, text/xml
Sample:
<MessageModelOfArrayOfProDailyProListViewModelKI6_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:ProDailyProListViewModel>
<d2p1:FBottleType>1</d2p1:FBottleType>
<d2p1:FBottleTypeName>sample string 5</d2p1:FBottleTypeName>
<d2p1:FCount>1</d2p1:FCount>
<d2p1:FGasOrLiquidID>1</d2p1:FGasOrLiquidID>
<d2p1:FGasOrLiquidName>sample string 4</d2p1:FGasOrLiquidName>
<d2p1:FInInventory>1</d2p1:FInInventory>
<d2p1:FInventory>1</d2p1:FInventory>
<d2p1:FName>sample string 6</d2p1:FName>
<d2p1:FOutInventory>1</d2p1:FOutInventory>
<d2p1:FPriorPeriodInventory>1</d2p1:FPriorPeriodInventory>
<d2p1:FProNO>sample string 1</d2p1:FProNO>
<d2p1:FSelInInventory>1</d2p1:FSelInInventory>
<d2p1:FSelOutInventory>1</d2p1:FSelOutInventory>
<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:ProDailyProListViewModel>
<d2p1:ProDailyProListViewModel>
<d2p1:FBottleType>1</d2p1:FBottleType>
<d2p1:FBottleTypeName>sample string 5</d2p1:FBottleTypeName>
<d2p1:FCount>1</d2p1:FCount>
<d2p1:FGasOrLiquidID>1</d2p1:FGasOrLiquidID>
<d2p1:FGasOrLiquidName>sample string 4</d2p1:FGasOrLiquidName>
<d2p1:FInInventory>1</d2p1:FInInventory>
<d2p1:FInventory>1</d2p1:FInventory>
<d2p1:FName>sample string 6</d2p1:FName>
<d2p1:FOutInventory>1</d2p1:FOutInventory>
<d2p1:FPriorPeriodInventory>1</d2p1:FPriorPeriodInventory>
<d2p1:FProNO>sample string 1</d2p1:FProNO>
<d2p1:FSelInInventory>1</d2p1:FSelInInventory>
<d2p1:FSelOutInventory>1</d2p1:FSelOutInventory>
<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:ProDailyProListViewModel>
</Response>
<Status>200</Status>
<Success>true</Success>
</MessageModelOfArrayOfProDailyProListViewModelKI6_SDWR9>