GET api/groupplans/{groupplanid}/planonlygenderlimits/{id}
Gets a Plan Only Gender Limit by group plan identifier and plan gender limit id
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
groupplanid |
Group Plan Identifier |
integer |
Required |
id |
Plan Only Gender limit identifier |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
An plan only gender limit resource
PlanGenderLimitModelName | 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-05-30T21:09:49.4310907-05:00", "effectiveEndDate": "2025-05-30T21:09:49.4310907-05:00", "createdOn": "2025-05-30T21:09:49.4310907-05:00", "needsReview": true, "optOut": true, "modified": true }