GET api/Infomation/GetStatisticsYears?languageType={languageType}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
languageType | CmsLanguage |
Required |
Body Parameters
None.
Response Information
Resource Description
StatisticsYearResponseName | Description | Type | Additional information |
---|---|---|---|
Years | Collection of integer |
None. |
|
ResponseCode | ResponseCode |
None. |
|
AlertMessage | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Years": [ 1, 2 ], "ResponseCode": 1, "AlertMessage": "sample string 1" }
text/xml
Sample:
<StatisticsYearResponse 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> <Years xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:int>1</d2p1:int> <d2p1:int>2</d2p1:int> </Years> </StatisticsYearResponse>