POST api/groups/{groupid}/groupplans/{groupplanid}/maxoutofpockets/{maxoutofpocketid}/maxoutofpocketrates
Posts a new max out of pocket rate object to the specified max out of pocket record
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| groupid |
Group identifier |
integer |
Required |
| groupplanid |
Group Plan Identifier |
integer |
Required |
| maxoutofpocketid |
Identifier for the Max Out Of Pocket record to which this Max Out Of Pocket Rate will be added |
integer |
Required |
Body Parameters
The max out of pocket rate to add
MaxOutOfPocketRateModel| Name | Description | Type | Additional information |
|---|---|---|---|
| EffectiveStartDate |
Gets or sets the effective start date of the max out of pocket rate |
date |
None. |
| PersonAmount |
Gets or sets the max out of pocket amount for members |
decimal number |
None. |
| FamilyAmount |
Gets or sets the max out of pocket amount for families |
decimal number |
None. |
| MaxOutOfPocketNo |
Gets or sets the max out of pocket id |
integer |
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 3",
"id": 4,
"effectiveStartDate": "2025-12-09T11:44:37.5466529-06:00",
"personAmount": 1.0,
"familyAmount": 1.0,
"maxOutOfPocketNo": 2
}
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
The newly added max out of pocket rate object
MaxOutOfPocketRateModel| Name | Description | Type | Additional information |
|---|---|---|---|
| EffectiveStartDate |
Gets or sets the effective start date of the max out of pocket rate |
date |
None. |
| PersonAmount |
Gets or sets the max out of pocket amount for members |
decimal number |
None. |
| FamilyAmount |
Gets or sets the max out of pocket amount for families |
decimal number |
None. |
| MaxOutOfPocketNo |
Gets or sets the max out of pocket id |
integer |
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,
"effectiveStartDate": "2025-12-09T11:44:37.5466529-06:00",
"personAmount": 1.0,
"familyAmount": 1.0,
"maxOutOfPocketNo": 2
}