GET api/formularies/{formularyid}/formularycompanygenderlimits/{id}
Gets a Company Gender Limit by formulary identifier and company gender limit identifier
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| formularyid |
The id of the formulary for which gender limits will be returned |
integer |
Required |
| id |
Gender limit identifier |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
A gender limit resource
FormularyCompanyGenderLimitModel| Name | Description | Type | Additional information |
|---|---|---|---|
| CompanyGenderLimitNo |
Gets or sets the value indicating whether this formulary gender limit is inheriting from a global/company-level gender limit. |
integer |
None. |
| CompanyGenderLimitUrl |
Gets the url where the global/company-level gender limit resource can be found |
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 value for this resource. This should be an 'M' or an 'F'. |
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. |
| Active |
Gets or sets the value indicating whether this gender limit is currently active. |
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 5",
"id": 6,
"companyGenderLimitNo": 1,
"companyGenderLimitUrl": "sample string 1",
"productID": "sample string 2",
"productIDType": "sample string 3",
"gender": "sample string 4",
"effectiveStartDate": "2025-12-09T20:14:07.4095352-06:00",
"effectiveEndDate": "2025-12-09T20:14:07.4105356-06:00",
"active": true
}