GET api/formularies/{formularyid}/formularyproductcoverageexclusions/{id}

Gets a Company Product Exclusion by formulary identifier and company product exclusion identifier

Request Information

URI Parameters

NameDescriptionTypeAdditional information
formularyid

The id of the formulary for which product exclusions will be returned

integer

Required

id

Gender limit identifier

integer

Required

Body Parameters

None.

Response Information

Resource Description

A product exclusion resource

ProductCoverageExclusionModel
NameDescriptionTypeAdditional information
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 the ProductID value set on 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.

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.

AuditNote

Gets or sets the value indicating (for audit purposes) why the most current change was made

string

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 4",
  "id": 5,
  "productID": "sample string 1",
  "productIDType": "sample string 2",
  "effectiveStartDate": "2025-05-30T20:48:29.0018157-05:00",
  "effectiveEndDate": "2025-05-30T20:48:29.0018157-05:00",
  "auditNote": "sample string 3"
}