POST api/coinsurances/{coinsuranceid}/coinsurancerates
Posts a new coinsurance rate object to the specified global coinsurance record
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| coinsuranceid |
Identifier for the Global Coinsurance record to which this Coinsurance Rate will be added |
integer |
Required |
Body Parameters
The coinsurance rate to add
CoinsuranceRateModel| Name | Description | Type | Additional information |
|---|---|---|---|
| DaysSupply |
Gets or sets the days supply of the coinsurance rate |
integer |
None. |
| EffectiveStartDate |
Gets or sets the effective start date of the coinsurance rate |
date |
None. |
| CoinsRate |
Gets or sets the coinsurance rate (Enter the percentage in decimal form (e.g., 0.25 for 25%)) |
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. |
Request Formats
application/json, text/json, application/json-patch+json
{
"url": "sample string 4",
"id": 5,
"daysSupply": 1,
"effectiveStartDate": "2025-12-09T20:12:19.5195317-06:00",
"coinsRate": 1.0,
"coinsMin": 1.0,
"coinsMax": 1.0,
"copayAmount": 1.0,
"planPaidMax": 1.0,
"inactive": true,
"coinsuranceNo": 3
}
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
The newly added coinsurance rate object
CoinsuranceRateModel| Name | Description | Type | Additional information |
|---|---|---|---|
| DaysSupply |
Gets or sets the days supply of the coinsurance rate |
integer |
None. |
| EffectiveStartDate |
Gets or sets the effective start date of the coinsurance rate |
date |
None. |
| CoinsRate |
Gets or sets the coinsurance rate (Enter the percentage in decimal form (e.g., 0.25 for 25%)) |
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,
"effectiveStartDate": "2025-12-09T20:12:19.5195317-06:00",
"coinsRate": 1.0,
"coinsMin": 1.0,
"coinsMax": 1.0,
"copayAmount": 1.0,
"planPaidMax": 1.0,
"inactive": true,
"coinsuranceNo": 3
}