GET api/Statistical/GetGasCostData
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
MessageModelOfListOfGasCostMod| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | integer |
None. |
|
| Success | boolean |
None. |
|
| Msg | string |
None. |
|
| Response | Collection of GasCostMod |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": 200,
"Success": true,
"Msg": "sample string 3",
"Response": [
{
"Year": "sample string 1",
"CostTotal": 1.0,
"CostByNew": 1.0,
"CostByCheck": 1.0,
"CostByInsurance": 1.0
},
{
"Year": "sample string 1",
"CostTotal": 1.0,
"CostByNew": 1.0,
"CostByCheck": 1.0,
"CostByInsurance": 1.0
}
]
}
application/xml, text/xml
Sample:
<MessageModelOfArrayOfGasCostModKI6_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:GasCostMod>
<d2p1:CostByCheck>1</d2p1:CostByCheck>
<d2p1:CostByInsurance>1</d2p1:CostByInsurance>
<d2p1:CostByNew>1</d2p1:CostByNew>
<d2p1:CostTotal>1</d2p1:CostTotal>
<d2p1:Year>sample string 1</d2p1:Year>
</d2p1:GasCostMod>
<d2p1:GasCostMod>
<d2p1:CostByCheck>1</d2p1:CostByCheck>
<d2p1:CostByInsurance>1</d2p1:CostByInsurance>
<d2p1:CostByNew>1</d2p1:CostByNew>
<d2p1:CostTotal>1</d2p1:CostTotal>
<d2p1:Year>sample string 1</d2p1:Year>
</d2p1:GasCostMod>
</Response>
<Status>200</Status>
<Success>true</Success>
</MessageModelOfArrayOfGasCostModKI6_SDWR9>