GET api/variablecopaycoupons/{variablecopaycouponid}/VariableCopayCouponDrugs

Gets a collection of drugs for a Variable Copay Coupon

Request Information

URI Parameters

NameDescriptionTypeAdditional information
variablecopaycouponid

Variable Copay Coupon identifier

integer

Required

Body Parameters

None.

Response Information

Resource Description

A list of Variable Copay Coupon Drug details

Collection of VariableCopayCouponDrugModel
NameDescriptionTypeAdditional information
GenericProductIdentifier

Gets or sets the Generic Product Identifier

string

None.

Active

Gets or sets the Active status

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

Sample:
[
  {
    "url": "sample string 4",
    "id": 5,
    "genericProductIdentifier": "sample string 2",
    "active": true
  },
  {
    "url": "sample string 4",
    "id": 5,
    "genericProductIdentifier": "sample string 2",
    "active": true
  }
]