GET api/groupplans/{groupplanid}/planonlyformularyproducts/{id}
Gets a Plan Only Formulary Products by group plan identifier and plan formulary product id
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
groupplanid |
Group Plan Identifier |
integer |
Required |
id |
Plan Only Formulary Product identifier |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
An plan only formulary product resource
PlanFormularyProductModelName | Description | Type | Additional information |
---|---|---|---|
FormularyProductId |
Gets or sets the Formulary Product ID |
integer |
None. |
FormularyProductUrl |
Gets or sets the Formulary Product Url |
string |
None. |
FormularyTierId |
Gets or sets the Formulary Tier ID |
integer |
None. |
FormularyTierUrl |
Gets or sets the Formulary Tier Url |
string |
None. |
ProductID |
Gets or sets the Product ID |
string |
None. |
ProductIDType |
Gets or sets the product ID Type for this resource. The value will indicate whether the product ID for this resource is an NDC or DDID . String values other than 'NDC' or 'DDID' will not be valid. |
string |
None. |
EffectiveEndDate |
Gets or sets the Effective End Date |
date |
None. |
EffectiveStartDate |
Gets or sets the Effective Start Date |
date |
None. |
NeedsReview |
Gets or sets the value indicating whether this age limit needs review. |
boolean |
None. |
OptOut |
Gets or sets the value indicating whether to opt out of this age limit. |
boolean |
None. |
Modified |
Gets or sets the value indicating whether this age limit is modified. |
boolean |
None. |
AuditNote |
Gets or sets the Audit note |
string |
None. |
ParentRemoved |
Gets or sets the value indicating whether the parent was removed. |
boolean |
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 6", "id": 7, "formularyProductId": 1, "formularyProductUrl": "sample string 1", "formularyTierId": 1, "formularyTierUrl": "sample string 2", "productID": "sample string 3", "productIDType": "sample string 4", "effectiveEndDate": "2025-05-30T21:26:31.7988032-05:00", "effectiveStartDate": "2025-05-30T21:26:31.7988032-05:00", "needsReview": true, "optOut": true, "modified": true, "auditNote": "sample string 5", "parentRemoved": true }