GET api/Rate/GetMainPageRate
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
MainPageRateResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| rateinfo | MainPageRate |
None. |
|
| ResponseCode | ResponseCode |
None. |
|
| AlertMessage | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"rateinfo": {
"Today_Rate": "sample string 1",
"MthHIBOR": "sample string 2",
"Lowest_P_Plan": "sample string 3",
"Lowest_H_Plan": "sample string 4"
},
"ResponseCode": 1,
"AlertMessage": "sample string 1"
}
text/xml
Sample:
<MainPageRateResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CentaMortgageWebAPI.Models">
<AlertMessage>sample string 1</AlertMessage>
<ResponseCode>Success</ResponseCode>
<rateinfo>
<Lowest_H_Plan>sample string 4</Lowest_H_Plan>
<Lowest_P_Plan>sample string 3</Lowest_P_Plan>
<MthHIBOR>sample string 2</MthHIBOR>
<Today_Rate>sample string 1</Today_Rate>
</rateinfo>
</MainPageRateResponse>