GET api/Resource/PreferenceBlock/V2/OpenPeriod

Obtains the period info of the closed open period.

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

PreferenceBlockInfo
NameDescriptionTypeAdditional information
PeriodID

integer

None.

StartDate

date

None.

EndDate

date

None.

OpenDate

date

None.

CloseDate

date

None.

Response Formats

application/json, text/json

Sample:
{
  "PeriodID": 1,
  "StartDate": "2024-12-22T07:41:22.3441411+01:00",
  "EndDate": "2024-12-22T07:41:22.3441411+01:00",
  "OpenDate": "2024-12-22T07:41:22.3441411+01:00",
  "CloseDate": "2024-12-22T07:41:22.3441411+01:00"
}

application/xml, text/xml

Sample:
<PreferenceBlockInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Paralax.Cas.Web.WebServices.Models">
  <PeriodID>1</PeriodID>
  <StartDate>2024-12-22T07:41:22.3441411+01:00</StartDate>
  <EndDate>2024-12-22T07:41:22.3441411+01:00</EndDate>
  <OpenDate>2024-12-22T07:41:22.3441411+01:00</OpenDate>
  <CloseDate>2024-12-22T07:41:22.3441411+01:00</CloseDate>
</PreferenceBlockInfo>