GET api/variablecopaycoupons/{variablecopaycouponid}/VariableCopayCouponDrugs/{id}
Gets a Variable Copay Coupon Drug resource
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
variablecopaycouponid |
Variable Copay Coupon identifier |
integer |
Required |
id |
Variable Copay Coupon Drug identifier |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
A Variable Copay Coupon Drug resource
VariableCopayCouponDrugModelName | Description | Type | Additional 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 }