POST api/variablecopaycoupons/{variablecopaycouponid}/VariableCopayCouponDrugs
Posts a new variableCopayCouponDrug object to the specified variableCopayCoupon record
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
variablecopaycouponid |
Identifier for the variable copay coupon record to which this drug will be added |
integer |
Required |
Body Parameters
The variableCopayCouponDrug to add
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. |
Request Formats
application/json, text/json, application/json-patch+json
Sample:
{ "url": "sample string 4", "id": 5, "genericProductIdentifier": "sample string 2", "active": true }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
The newly added variableCopayCouponDrug object
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 }