GET api/MrGetHeaderYear
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of HeaderYear| Name | Description | Type | Additional information |
|---|---|---|---|
| YearID | integer |
None. |
|
| YearName | string |
None. |
Response Formats
application/json, text/json, text/html
Sample:
[
{
"yearID": 1,
"yearName": "sample string 2"
},
{
"yearID": 1,
"yearName": "sample string 2"
}
]
application/xml, text/xml
Sample:
<ArrayOfHeaderYear xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Web_Api.Controllers">
<HeaderYear>
<YearID>1</YearID>
<YearName>sample string 2</YearName>
</HeaderYear>
<HeaderYear>
<YearID>1</YearID>
<YearName>sample string 2</YearName>
</HeaderYear>
</ArrayOfHeaderYear>