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| Name | Description | Type | Additional 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": "2025-11-01T18:31:14.0107193+01:00",
"EndDate": "2025-11-01T18:31:14.0107193+01:00",
"OpenDate": "2025-11-01T18:31:14.0107193+01:00",
"CloseDate": "2025-11-01T18:31:14.0107193+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>2025-11-01T18:31:14.0107193+01:00</StartDate> <EndDate>2025-11-01T18:31:14.0107193+01:00</EndDate> <OpenDate>2025-11-01T18:31:14.0107193+01:00</OpenDate> <CloseDate>2025-11-01T18:31:14.0107193+01:00</CloseDate> </PreferenceBlockInfo>