GET api/Statistical/GetGasDistribution?FSpecID={FSpecID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| FSpecID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
MessageModelOfInventoryData| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | integer |
None. |
|
| Success | boolean |
None. |
|
| Msg | string |
None. |
|
| Response | InventoryData |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": 200,
"Success": true,
"Msg": "sample string 3",
"Response": {
"ProductName": "sample string 1",
"InventoryList": [
{
"SectionName": "sample string 1",
"GasTotalCount": 1,
"TurnOverGasCount": 1,
"NewGasCount": 1,
"ForInspectGasCount": 1
},
{
"SectionName": "sample string 1",
"GasTotalCount": 1,
"TurnOverGasCount": 1,
"NewGasCount": 1,
"ForInspectGasCount": 1
}
]
}
}
application/xml, text/xml
Sample:
<MessageModelOfInventoryDataKI6_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:InventoryList>
<d2p1:InventoryDetail>
<d2p1:ForInspectGasCount>1</d2p1:ForInspectGasCount>
<d2p1:GasTotalCount>1</d2p1:GasTotalCount>
<d2p1:NewGasCount>1</d2p1:NewGasCount>
<d2p1:SectionName>sample string 1</d2p1:SectionName>
<d2p1:TurnOverGasCount>1</d2p1:TurnOverGasCount>
</d2p1:InventoryDetail>
<d2p1:InventoryDetail>
<d2p1:ForInspectGasCount>1</d2p1:ForInspectGasCount>
<d2p1:GasTotalCount>1</d2p1:GasTotalCount>
<d2p1:NewGasCount>1</d2p1:NewGasCount>
<d2p1:SectionName>sample string 1</d2p1:SectionName>
<d2p1:TurnOverGasCount>1</d2p1:TurnOverGasCount>
</d2p1:InventoryDetail>
</d2p1:InventoryList>
<d2p1:ProductName>sample string 1</d2p1:ProductName>
</Response>
<Status>200</Status>
<Success>true</Success>
</MessageModelOfInventoryDataKI6_SDWR9>