PATCH api/groups/{groupid}/groupplans/{groupplanid}/coinsurances/{coinsuranceid}/coinsurancerates/{id}
Patches an existing plan pricing group drug
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
groupid |
Group identifier |
integer |
Required |
groupplanid |
Group Plan Identifier |
integer |
Required |
coinsuranceid |
Identifier for the Coinsurance record to which this Coinsurance Rate belongs |
integer |
Required |
id |
Pricing Group 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 not available.
text/json
Sample not available.
application/json-patch+json
Sample not available.
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
A patched plan pricing group
CoinsuranceRateModelName | Description | Type | Additional information |
---|---|---|---|
DaysSupply |
Gets or sets the days supply of the coinsurance rate |
integer |
None. |
CoinsRate |
Gets or sets the coinsurance rate |
decimal number |
None. |
CoinsMin |
Gets or sets the coinsurance min of the coinsurance rate |
decimal number |
None. |
CoinsMax |
Gets or sets the coinsurance max of the coinsurance rate |
decimal number |
None. |
CopayAmount |
Gets or sets the copay amount of the coinsurance rate |
decimal number |
None. |
PlanPaidMax |
Gets or sets the max plan responsibility amount of the coinsurance rate |
decimal number |
None. |
Inactive |
Gets or sets whether the coinsurance rate is inactive |
boolean |
None. |
CoinsuranceNo |
Gets or sets whether the coinsurance rate is inactive |
integer |
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
{ "url": "sample string 4", "id": 5, "daysSupply": 1, "coinsRate": 1.0, "coinsMin": 1.0, "coinsMax": 1.0, "copayAmount": 1.0, "planPaidMax": 1.0, "inactive": true, "coinsuranceNo": 3 }