Update Plan Benefit
PUT/v1/plans/:planId/benefits/:benefitId
Update the configuration of a specific plan benefit (limits, enrollee type, coverage, etc.).
Request
Path Parameters
planId integerrequired
The unique ID of the HMO plan.
benefitId integerrequired
The unique ID of the plan benefit.
- application/json
Body
required
limit_type stringnullable
Type of limit applied to the benefit.
limit_value doublenullable
Numeric value of the limit.
waiting_period integernullable
Waiting period in days.
enrollee_type stringnullable
Enrollee type the benefit applies to.
gender stringnullable
Gender the benefit applies to.
covered booleannullable
Whether the benefit is currently covered.
co_payment_value doublenullable
Co-payment percentage value for the benefit.
Responses
- 200
- 400
- 401
- 404
Plan benefit updated successfully
- application/json
- Schema
- Example (from schema)
Schema
message string
data object[]
{
"message": "Benefit Updated Successfully",
"data": [
{}
]
}
Validation or business rule error while updating the benefit
Unauthenticated
Plan or benefit not found
Loading...