GET api/groupplans/{groupplanid}/formularies/{formularyid}/plangenderlimits/{id}
Gets a Plan Gender Limit by formulary identifier and group plan identifier and plan gender limit id
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| groupplanid |
Group Plan Identifier |
integer |
Required |
| formularyid |
Formulary Identifier |
integer |
Required |
| id |
Plan Gender limit identifier |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
An gender limit resource
PlanGenderLimitModel| Name | Description | Type | Additional information |
|---|---|---|---|
| FormularyCompanyGenderLimitId |
Gets or sets the Formulary Company Gender Limit ID |
integer |
None. |
| FormularyCompanyGenderLimitUrl |
Gets or sets the Formulary Company Gender Limit Url |
string |
None. |
| ProductID |
Gets or sets the product ID for this resource. The value should be a valid NDC, DDID or GPI. |
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. |
| Gender |
Gets or sets the Gender |
string |
None. |
| EffectiveStartDate |
Gets or sets the Effective Start Date of this resource |
date |
None. |
| EffectiveEndDate |
Gets or sets the Effective End Date of this resource |
date |
None. |
| CreatedOn |
Gets or sets the datetime when the age limit was created |
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. |
| 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,
"formularyCompanyGenderLimitId": 1,
"formularyCompanyGenderLimitUrl": "sample string 2",
"productID": "sample string 3",
"productIDType": "sample string 4",
"gender": "sample string 5",
"effectiveStartDate": "2025-12-09T20:13:15.9166109-06:00",
"effectiveEndDate": "2025-12-09T20:13:15.9166109-06:00",
"createdOn": "2025-12-09T20:13:15.9166109-06:00",
"needsReview": true,
"optOut": true,
"modified": true
}