POST api/groups/{groupid}/groupplans/{groupplanid}/plancontracts/{plancontractid}/benefitperiods
Posts a new benefit period to the plan.
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
New Applied Network to add
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. |
Request Formats
application/json, text/json, application/json-patch+json
{ "url": "sample string 4", "id": 5, "planContractNo": 1, "effectiveStartDate": "2025-05-30T21:42:29.9249034-05:00", "facilityARTypeNo": 1, "facilityARTypeUrl": "sample string 3" }
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
The newly added benefit period
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
{ "url": "sample string 4", "id": 5, "planContractNo": 1, "effectiveStartDate": "2025-05-30T21:42:29.9249034-05:00", "facilityARTypeNo": 1, "facilityARTypeUrl": "sample string 3" }