GET api/Statistical/GetGasPutOnData
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
MessageModelOfGasPutOnMod| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | integer |
None. |
|
| Success | boolean |
None. |
|
| Msg | string |
None. |
|
| Response | GasPutOnMod |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": 200,
"Success": true,
"Msg": "sample string 3",
"Response": {
"GasCountBy11KG": 1,
"GasNewCountBy11KG": 1,
"GasCheckCountBy11KG": 1,
"GasScrapCountBy11KG": 1,
"GasCountBy13KG": 1,
"GasNewCountBy13KG": 1,
"GasCheckCountBy13KG": 1,
"GasScrapCountBy13KG": 1,
"GasCountBy50KG": 1,
"GasNewCountBy50KG": 1,
"GasCheckCountBy50KG": 1,
"GasScrapCountBy50KG": 1,
"GasCountBy5KG": 1,
"GasNewCountBy5KG": 1,
"GasCheckCountBy5KG": 1,
"GasScrapCountBy5KG": 1
}
}
application/xml, text/xml
Sample:
<MessageModelOfGasPutOnModKI6_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:GasCheckCountBy11KG>1</d2p1:GasCheckCountBy11KG>
<d2p1:GasCheckCountBy13KG>1</d2p1:GasCheckCountBy13KG>
<d2p1:GasCheckCountBy50KG>1</d2p1:GasCheckCountBy50KG>
<d2p1:GasCheckCountBy5KG>1</d2p1:GasCheckCountBy5KG>
<d2p1:GasCountBy11KG>1</d2p1:GasCountBy11KG>
<d2p1:GasCountBy13KG>1</d2p1:GasCountBy13KG>
<d2p1:GasCountBy50KG>1</d2p1:GasCountBy50KG>
<d2p1:GasCountBy5KG>1</d2p1:GasCountBy5KG>
<d2p1:GasNewCountBy11KG>1</d2p1:GasNewCountBy11KG>
<d2p1:GasNewCountBy13KG>1</d2p1:GasNewCountBy13KG>
<d2p1:GasNewCountBy50KG>1</d2p1:GasNewCountBy50KG>
<d2p1:GasNewCountBy5KG>1</d2p1:GasNewCountBy5KG>
<d2p1:GasScrapCountBy11KG>1</d2p1:GasScrapCountBy11KG>
<d2p1:GasScrapCountBy13KG>1</d2p1:GasScrapCountBy13KG>
<d2p1:GasScrapCountBy50KG>1</d2p1:GasScrapCountBy50KG>
<d2p1:GasScrapCountBy5KG>1</d2p1:GasScrapCountBy5KG>
</Response>
<Status>200</Status>
<Success>true</Success>
</MessageModelOfGasPutOnModKI6_SDWR9>