GET api/BIMainPage/WhCostData
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| ParamModal | No documentation available. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"ErrorMsg": "sample string 1",
"WhCost": {
"Tot_Atm": 1.0,
"PTot_Atm": 2,
"Rate": 3.0
}
}
application/xml, text/xml
Sample:
<ImWhCostModal xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models.BI">
<ErrorMsg>sample string 1</ErrorMsg>
<WhCost>
<PTot_Atm>2</PTot_Atm>
<Rate>3</Rate>
<Tot_Atm>1</Tot_Atm>
</WhCost>
</ImWhCostModal>