GET api/groups/{groupid}/groupplans/{groupplanid}/maxoutofpockets/{maxoutofpocketid}/maxoutofpocketrates

Gets a collection of Max Out Of Pocket resources for a Group Plan

Request Information

URI Parameters

NameDescriptionTypeAdditional information
groupid

Group identifier

integer

Required

groupplanid

Group Plan identifier

integer

Required

maxoutofpocketid

Max Out Of Pocket identifier

integer

Required

Body Parameters

None.

Response Information

Resource Description

A list of max out of pocket rate details

Collection of 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:17:16.2827514-05:00",
    "personAmount": 1.0,
    "familyAmount": 1.0,
    "maxOutOfPocketNo": 2
  },
  {
    "url": "sample string 3",
    "id": 4,
    "effectiveStartDate": "2025-07-16T15:17:16.2827514-05:00",
    "personAmount": 1.0,
    "familyAmount": 1.0,
    "maxOutOfPocketNo": 2
  }
]