GET api/OccurPeriod

Returns All OccurPeriod Data for all Occur Periods.

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

WINSOccurPeriod
NameDescriptionTypeAdditional information
OCCUR_PERIOD

Occur Period which is YYYYMM format.

string

None.

FISCAL_YEAR

Fiscal Year contains the concatenated version of the Fiscal Year Begin and the Fiscal Year End July to June.

string

None.

CALENDAR_YEAR

Calendar Year contains the concatenated version of the Calendar Year Begin and the Calendar Year End January to December.

string

None.

FY_YEAR

The 4 digit fiscal year the occur period falls in YYYY

string

None.

CY_YEAR

The 4 digit calendar year the occur period falls in YYYY

string

None.

START_FISCAL_PERIOD

The start of the fiscal period in MMMMDD format that the occur period falls in. (July)

string

None.

END_FISCAL_PERIOD

The end of the fiscal period in MMMMDD format that the occur period falls in. (June)

string

None.

START_CAL_PERIOD

The start of the calendar period in MMMMDD format that the occur period falls in.

string

None.

END_CAL_PERIOD

The end of the calendar period in MMMMDD format that the occur period falls in. (June)

string

None.

FY_YEAR_REP

The fiscal year date formatted for reports YYYY/YYYY

string

None.

OCCUR_PERIOD_MINUS1

The previous occur period

string

None.

OCCUR_PERIOD_MINUS6

The occur period that is 6 months previous

string

None.

OCCUR_PERIOD_REP

The occur period for reports

string

None.

OCCUR_PERIOD_PLUS1

The next occur period

string

None.

FY_YEAR_REP_LONG

The long display date of the fiscal year

string

None.

NO_OF_DAYS

The number of days in the occur period

string

None.

OCCUR_PERIOD_MINUS12

TThe occur period that is 12 months previous

string

None.

OCCUR_PERIOD_MINUS3

TThe occur period that is 3 months previous

string

None.

OCCUR_PERIOD_MINUS9

TThe occur period that is 9 months previous

string

None.

Response Formats

application/json, text/json

Sample:
{
  "OCCUR_PERIOD": "sample string 1",
  "FISCAL_YEAR": "sample string 2",
  "CALENDAR_YEAR": "sample string 3",
  "FY_YEAR": "sample string 4",
  "CY_YEAR": "sample string 5",
  "START_FISCAL_PERIOD": "sample string 6",
  "END_FISCAL_PERIOD": "sample string 7",
  "START_CAL_PERIOD": "sample string 8",
  "END_CAL_PERIOD": "sample string 9",
  "FY_YEAR_REP": "sample string 10",
  "OCCUR_PERIOD_MINUS1": "sample string 11",
  "OCCUR_PERIOD_MINUS6": "sample string 12",
  "OCCUR_PERIOD_REP": "sample string 13",
  "OCCUR_PERIOD_PLUS1": "sample string 14",
  "FY_YEAR_REP_LONG": "sample string 15",
  "NO_OF_DAYS": "sample string 16",
  "OCCUR_PERIOD_MINUS12": "sample string 17",
  "OCCUR_PERIOD_MINUS3": "sample string 18",
  "OCCUR_PERIOD_MINUS9": "sample string 19"
}

application/xml, text/xml

Sample:
<WINSOccurPeriod xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WINSWebAPI.Models">
  <CALENDAR_YEAR>sample string 3</CALENDAR_YEAR>
  <CY_YEAR>sample string 5</CY_YEAR>
  <END_CAL_PERIOD>sample string 9</END_CAL_PERIOD>
  <END_FISCAL_PERIOD>sample string 7</END_FISCAL_PERIOD>
  <FISCAL_YEAR>sample string 2</FISCAL_YEAR>
  <FY_YEAR>sample string 4</FY_YEAR>
  <FY_YEAR_REP>sample string 10</FY_YEAR_REP>
  <FY_YEAR_REP_LONG>sample string 15</FY_YEAR_REP_LONG>
  <NO_OF_DAYS>sample string 16</NO_OF_DAYS>
  <OCCUR_PERIOD>sample string 1</OCCUR_PERIOD>
  <OCCUR_PERIOD_MINUS1>sample string 11</OCCUR_PERIOD_MINUS1>
  <OCCUR_PERIOD_MINUS12>sample string 17</OCCUR_PERIOD_MINUS12>
  <OCCUR_PERIOD_MINUS3>sample string 18</OCCUR_PERIOD_MINUS3>
  <OCCUR_PERIOD_MINUS6>sample string 12</OCCUR_PERIOD_MINUS6>
  <OCCUR_PERIOD_MINUS9>sample string 19</OCCUR_PERIOD_MINUS9>
  <OCCUR_PERIOD_PLUS1>sample string 14</OCCUR_PERIOD_PLUS1>
  <OCCUR_PERIOD_REP>sample string 13</OCCUR_PERIOD_REP>
  <START_CAL_PERIOD>sample string 8</START_CAL_PERIOD>
  <START_FISCAL_PERIOD>sample string 6</START_FISCAL_PERIOD>
</WINSOccurPeriod>