GET api/Reference/CloseYears

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of REFCLOSEYEAR
NameDescriptionTypeAdditional information
CYEAR

decimal number

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "CYEAR": 1.0
  },
  {
    "CYEAR": 1.0
  }
]

text/xml

Sample:
<ArrayOfREFCLOSEYEAR xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CRASHAPI.Models">
  <REFCLOSEYEAR>
    <CYEAR>1</CYEAR>
  </REFCLOSEYEAR>
  <REFCLOSEYEAR>
    <CYEAR>1</CYEAR>
  </REFCLOSEYEAR>
</ArrayOfREFCLOSEYEAR>