GET api/groups/{groupid}/groupplans/{groupplanid}/plancontracts/{plancontractid}/benefitperiods/{id}
Gets a benefit period resource
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 |
id |
Benefit Period identifier |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
A benefit period resource
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:44:33.3227242-05:00", "facilityARTypeNo": 1, "facilityARTypeUrl": "sample string 3" }