PATCH api/groups/{groupid}/groupplans/{groupplanid}/maxoutofpockets/{maxoutofpocketid}/maxoutofpocketrates/{id}

Patches an existing max out of pocket rate object

Request Information

URI Parameters

NameDescriptionTypeAdditional 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 belongs

integer

Required

id

Max Out Of Pocket Rate Identifier

integer

Required

Body Parameters

The json formatted patch document (https://tools.ietf.org/html/rfc6902) containing operations to apply to the target rule

JsonPatchDocument
NameDescriptionTypeAdditional information
Operations

Collection of Operation

None.

Request Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/json-patch+json

Sample:

Sample not available.

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

A patched max out of pocket rate record

MaxOutOfPocketRateModel
NameDescriptionTypeAdditional 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

Sample:
{
  "url": "sample string 3",
  "id": 4,
  "effectiveStartDate": "2025-07-16T15:13:22.5420054-05:00",
  "personAmount": 1.0,
  "familyAmount": 1.0,
  "maxOutOfPocketNo": 2
}