GET api/groups/{groupid}/groupplans/{groupplanid}/plancontracts/{plancontractid}/benefitperiods
Gets a collection of benefit period resources for a Plan Contract
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
groupid |
Group identifier |
integer |
Required |
groupplanid |
Group Plan identifier |
integer |
Required |
plancontractid |
Plan Contract identifier |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
A list of benefit period details
Collection of BenefitPeriodModelName | Description | Type | Additional information |
---|---|---|---|
PlanContractNo |
Gets or sets the identifier for the Plan Contract associated with this benefit period |
integer |
None. |
EffectiveStartDate |
Gets or sets the effective start date of the benefit period |
date |
None. |
FacilityARTypeNo |
Gets or sets the Facility AR Type of the benefit period. This value is not required. |
integer |
None. |
FacilityARTypeUrl |
Url for the facility AR Type resource of this benefit period. |
string |
None. |
Url |
Gets or sets the link representing a link back to the resource |
string |
None. |
ID |
Gets or sets the identifier for the resource |
integer |
None. |
Response Formats
application/json, text/json, application/json-patch+json
Sample:
[ { "url": "sample string 4", "id": 5, "planContractNo": 1, "effectiveStartDate": "2025-05-30T21:43:31.6105525-05:00", "facilityARTypeNo": 1, "facilityARTypeUrl": "sample string 3" }, { "url": "sample string 4", "id": 5, "planContractNo": 1, "effectiveStartDate": "2025-05-30T21:43:31.6105525-05:00", "facilityARTypeNo": 1, "facilityARTypeUrl": "sample string 3" } ]