POST api/groups/{groupid}/groupplans/{groupplanid}/maxoutofpockets
Posts a new max out of pocket to an existing group
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| groupid |
Group identifier |
integer |
Required |
| groupplanid |
Group Plan Identifier |
integer |
Required |
Body Parameters
A new max out of pocket to add to the specified existing group
MaxOutOfPocketModel| Name | Description | Type | Additional information |
|---|---|---|---|
| GroupPlanNo |
Gets or sets the identifier for the Group Plan associated with this MaxOutOfPocket |
integer |
None. |
| Description |
Gets or sets the description of this max out of pocket resource |
string |
None. |
| PersonAmount |
Gets or sets the max out of pocket amount for members *DEPRECATED - moved to MaxOutOfPocketRates. will be removed at a later date |
decimal number |
None. |
| FamilyAmount |
Gets or sets the max out of pocket amount for families *DEPRECATED - moved to MaxOutOfPocketRates. will be removed at a later date |
decimal number |
None. |
| MemberPortalDescription |
Gets or sets the description to show on the member portal |
string |
None. |
| MaxOutOfPocketRates |
Gets or sets the MaxOutOfPocketRates associated with this MaxOutOfPocket model |
Collection of MaxOutOfPocketRateModel |
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,
"groupPlanNo": 1,
"description": "sample string 2",
"personAmount": 1.0,
"familyAmount": 1.0,
"memberPortalDescription": "sample string 3",
"maxOutOfPocketRates": [
{
"url": "sample string 3",
"id": 4,
"effectiveStartDate": "2025-12-09T16:45:21.1585507-06:00",
"personAmount": 1.0,
"familyAmount": 1.0,
"maxOutOfPocketNo": 2
},
{
"url": "sample string 3",
"id": 4,
"effectiveStartDate": "2025-12-09T16:45:21.1585507-06:00",
"personAmount": 1.0,
"familyAmount": 1.0,
"maxOutOfPocketNo": 2
}
]
}
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
A newly created max out of pocket resource
MaxOutOfPocketModel| Name | Description | Type | Additional information |
|---|---|---|---|
| GroupPlanNo |
Gets or sets the identifier for the Group Plan associated with this MaxOutOfPocket |
integer |
None. |
| Description |
Gets or sets the description of this max out of pocket resource |
string |
None. |
| PersonAmount |
Gets or sets the max out of pocket amount for members *DEPRECATED - moved to MaxOutOfPocketRates. will be removed at a later date |
decimal number |
None. |
| FamilyAmount |
Gets or sets the max out of pocket amount for families *DEPRECATED - moved to MaxOutOfPocketRates. will be removed at a later date |
decimal number |
None. |
| MemberPortalDescription |
Gets or sets the description to show on the member portal |
string |
None. |
| MaxOutOfPocketRates |
Gets or sets the MaxOutOfPocketRates associated with this MaxOutOfPocket model |
Collection of MaxOutOfPocketRateModel |
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,
"groupPlanNo": 1,
"description": "sample string 2",
"personAmount": 1.0,
"familyAmount": 1.0,
"memberPortalDescription": "sample string 3",
"maxOutOfPocketRates": [
{
"url": "sample string 3",
"id": 4,
"effectiveStartDate": "2025-12-09T16:45:21.1585507-06:00",
"personAmount": 1.0,
"familyAmount": 1.0,
"maxOutOfPocketNo": 2
},
{
"url": "sample string 3",
"id": 4,
"effectiveStartDate": "2025-12-09T16:45:21.1585507-06:00",
"personAmount": 1.0,
"familyAmount": 1.0,
"maxOutOfPocketNo": 2
}
]
}