PATCH api/groups/{groupid}/groupplans/{groupplanid}/planbenefitlimits/{id}
Patches a plan benefit limit
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
groupid |
Group identifier |
integer |
Required |
groupplanid |
Group Plan Identifier |
integer |
Required |
id |
Plan Benefit Limit Identifier |
integer |
Required |
Body Parameters
The json formatted patch document (https://tools.ietf.org/html/rfc6902) containing operations to apply to the target rule
JsonPatchDocumentName | Description | Type | Additional information |
---|---|---|---|
Operations | Collection of Operation |
None. |
Request Formats
application/json
Sample not available.
text/json
Sample not available.
application/json-patch+json
Sample not available.
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
A patched plan benefit limit
PlanBenefitLimitModelName | Description | Type | Additional information |
---|---|---|---|
GroupPlanNo |
Gets or sets the identifier for the Group Plan associated with this benefit limit |
integer |
None. |
Description |
Gets or sets the description of the benefit limit resource |
string |
None. |
CardholderAmount |
Gets or sets the benefit limit amount for the member |
decimal number |
None. |
SpouseAmount |
Gets or sets the benefit limit amount for the spouse |
decimal number |
None. |
OtherDependentAmount |
Gets or sets the benefit limit amount for other dependents |
decimal number |
None. |
FamilyAmount |
Gets or sets the benefit amount for families |
decimal number |
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 3", "id": 4, "groupPlanNo": 1, "description": "sample string 2", "cardholderAmount": 1.0, "spouseAmount": 1.0, "otherDependentAmount": 1.0, "familyAmount": 1.0 }