GET api/yearlist?CoId={CoId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| CoId | integer |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of yearlist| Name | Description | Type | Additional information |
|---|---|---|---|
| CoYear | string |
None. |
|
| CoDbNm | string |
None. |
|
| AcStDt | string |
None. |
|
| AcEnDt | string |
None. |
|
| AcMaxDt | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"CoYear": "sample string 1",
"CoDbNm": "sample string 2",
"AcStDt": "sample string 3",
"AcEnDt": "sample string 4",
"AcMaxDt": "sample string 5"
},
{
"CoYear": "sample string 1",
"CoDbNm": "sample string 2",
"AcStDt": "sample string 3",
"AcEnDt": "sample string 4",
"AcMaxDt": "sample string 5"
}
]
application/xml, text/xml
Sample:
<ArrayOfyearlist xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ControllerLibrary">
<yearlist>
<AcEnDt>sample string 4</AcEnDt>
<AcMaxDt>sample string 5</AcMaxDt>
<AcStDt>sample string 3</AcStDt>
<CoDbNm>sample string 2</CoDbNm>
<CoYear>sample string 1</CoYear>
</yearlist>
<yearlist>
<AcEnDt>sample string 4</AcEnDt>
<AcMaxDt>sample string 5</AcMaxDt>
<AcStDt>sample string 3</AcStDt>
<CoDbNm>sample string 2</CoDbNm>
<CoYear>sample string 1</CoYear>
</yearlist>
</ArrayOfyearlist>