GET api/MortgageOffer/GetIndexMortgagePlanTopTitle?languageType={languageType}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
languageType

CmsLanguage

Default value is TC

Body Parameters

None.

Response Information

Resource Description

MortgagePlanTopTitle
NameDescriptionTypeAdditional information
toptitle

string

None.

ResponseCode

ResponseCode

None.

AlertMessage

string

None.

Response Formats

application/json, text/json

Sample:
{
  "toptitle": "sample string 1",
  "ResponseCode": 1,
  "AlertMessage": "sample string 2"
}

text/xml

Sample:
<MortgagePlanTopTitle 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>
  <toptitle>sample string 1</toptitle>
</MortgagePlanTopTitle>