GET api/Rate/GetRate?languageType={languageType}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
languageType | CmsLanguage |
Required |
Body Parameters
None.
Response Information
Resource Description
RateResponseName | Description | Type | Additional information |
---|---|---|---|
RateInfo | RateModel |
None. |
|
ResponseCode | ResponseCode |
None. |
|
AlertMessage | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "RateInfo": { "RateID": 1, "Prate": "sample string 2", "PRebate": "sample string 3", "P_pomotion": "sample string 4", "Hrate": "sample string 5", "HRebate": "sample string 6" }, "ResponseCode": 1, "AlertMessage": "sample string 1" }
text/xml
Sample:
<RateResponse 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> <HRebate>sample string 6</HRebate> <Hrate>sample string 5</Hrate> <PRebate>sample string 3</PRebate> <P_pomotion>sample string 4</P_pomotion> <Prate>sample string 2</Prate> <RateID>1</RateID> </RateInfo> </RateResponse>