GET CPS/CurrentYear?CodeName={CodeName}&CodeValue={CodeValue}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
CodeName | string |
Default value is |
|
CodeValue | string |
Default value is |
Body Parameters
None.
Response Information
Resource Description
SystemYearName | Description | Type | Additional information |
---|---|---|---|
SystemDescription | string |
None. |
|
SystemCode | string |
None. |
|
ActiveYear | string |
None. |
|
ActiveYearText | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "SystemDescription": "sample string 1", "SystemCode": "sample string 2", "ActiveYear": "sample string 3", "ActiveYearText": "sample string 4" }
application/xml, text/xml
Sample:
<SystemYear xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <SystemDescription>sample string 1</SystemDescription> <SystemCode>sample string 2</SystemCode> <ActiveYear>sample string 3</ActiveYear> <ActiveYearText>sample string 4</ActiveYearText> </SystemYear>