PATCH api/variablecopaycoupons/{variableCopayCouponid}/VariableCopayCouponDrugs/{id}
Patches an existing variable copay coupon drug
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
variableCopayCouponid |
Identifier for the variable copay coupon record to which this drug belongs |
integer |
Required |
id |
variable copay coupon drug Identifier |
integer |
Required |
Body Parameters
The json formatted patch document (https://tools.ietf.org/html/rfc6902) containing operations to apply to the target rule
JsonPatchDocumentName | Description | Type | Additional information |
---|---|---|---|
Operations | Collection of Operation |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/json-patch+json
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
A patched variable copay coupon drug
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 }