POST api/groups/{groupid}/groupplans/{groupplanid}/deductibles/{deductibleid}/deductiblerates
Posts a new deductible rate object to the specified deductible record
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| groupid |
Group identifier |
integer |
Required |
| groupplanid |
Group Plan Identifier |
integer |
Required |
| deductibleid |
Identifier for the Deductible record to which this Deductible Rate will be added |
integer |
Required |
Body Parameters
The deductible rate to add
DeductibleRateModel| Name | Description | Type | Additional information |
|---|---|---|---|
| EffectiveStartDate |
Gets or sets the effective start date of the deductible rate |
date |
None. |
| PersonAmount |
Gets or sets the deductible amount for members |
decimal number |
None. |
| FamilyAmount |
Gets or sets the deductible amount for families |
decimal number |
None. |
| DeductibleNo |
Gets or sets the deductible id |
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 3",
"id": 4,
"effectiveStartDate": "2025-12-09T20:13:46.7962767-06:00",
"personAmount": 1.0,
"familyAmount": 1.0,
"deductibleNo": 2
}
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
The newly added deductible rate object
DeductibleRateModel| Name | Description | Type | Additional information |
|---|---|---|---|
| EffectiveStartDate |
Gets or sets the effective start date of the deductible rate |
date |
None. |
| PersonAmount |
Gets or sets the deductible amount for members |
decimal number |
None. |
| FamilyAmount |
Gets or sets the deductible amount for families |
decimal number |
None. |
| DeductibleNo |
Gets or sets the deductible id |
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 3",
"id": 4,
"effectiveStartDate": "2025-12-09T20:13:46.7962767-06:00",
"personAmount": 1.0,
"familyAmount": 1.0,
"deductibleNo": 2
}