GET Cps/CurrentUpcomingElectionYear

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

LSCElectionYear
NameDescriptionTypeAdditional information
UpcomingElectionYear

integer

None.

CurrentMembershipYear

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "UpcomingElectionYear": 1,
  "CurrentMembershipYear": 1
}

application/xml, text/xml

Sample:
<LSCElectionYear xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <UpcomingElectionYear>1</UpcomingElectionYear>
  <CurrentMembershipYear>1</CurrentMembershipYear>
</LSCElectionYear>