GET api/groups/{groupid}/groupplans/{groupplanid}/formularies/{formularyid}/plantiercopays/{id}
Gets a Plan Tier Copay by formulary identifier, group identifier, group plan identifier and plan tier copay id
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
groupid |
Group identifier |
integer |
Required |
groupplanid |
Group Plan Identifier |
integer |
Required |
formularyid |
Formulary Identifier |
integer |
Required |
id |
Plan Tier Copay identifier |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
An Plan Tier Copay resource
PlanTierCopayModelName | Description | Type | Additional information |
---|---|---|---|
FormularyTierId |
Gets or sets the Formulary Tier ID |
integer |
None. |
FormularyTierUrl |
Gets or sets the Formulary Tier Url |
string |
None. |
CopayId |
Gets or sets the Copay ID |
integer |
None. |
OOPCopayUrl |
Gets or sets the OOP Copay Url |
string |
None. |
OOPCopayId |
Gets or sets the OOP Copay ID |
integer |
None. |
CopayUrl |
Gets or sets the Copay Url |
string |
None. |
CreatedOn |
Gets or sets the datetime when the age limit was created |
date |
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 5", "id": 6, "formularyTierId": 1, "formularyTierUrl": "sample string 2", "copayId": 1, "oopCopayUrl": "sample string 3", "oopCopayId": 1, "copayUrl": "sample string 4", "createdOn": "2025-05-30T21:41:28.4642775-05:00" }