GET api/LatestOffers/GetRemark?languageType={languageType}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| languageType | CmsLanguage |
Required |
Body Parameters
None.
Response Information
Resource Description
RemarkResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Remark | string |
None. |
|
| ResponseCode | ResponseCode |
None. |
|
| AlertMessage | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Remark": "sample string 1",
"ResponseCode": 1,
"AlertMessage": "sample string 2"
}
text/xml
Sample:
<RemarkResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CentaMortgageWebAPI.Models"> <AlertMessage>sample string 2</AlertMessage> <ResponseCode>Success</ResponseCode> <Remark>sample string 1</Remark> </RemarkResponse>