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
The unique ID of the HMO plan.
The unique ID of the plan benefit.
- application/json
Body
required
Type of limit applied to the benefit.
Numeric value of the limit.
Waiting period in days.
Enrollee type the benefit applies to.
Possible values: [M, F, A]
Gender the benefit applies to. M (male), F (female), or A (all genders).
A is stored as no gender restriction. Omit this field, or send JSON null, to leave the stored value unchanged — that is not the same as all genders. Sending A is the only way to widen a gendered benefit back to all genders.
Whether the benefit is currently covered.
Co-payment percentage value for the benefit.
Responses
- 200
- 400
- 401
- 404
Plan benefit updated successfully
- application/json
- Schema
- Example (from schema)
Schema
{
"message": "Benefit Updated Successfully",
"data": [
{}
]
}
Validation or business rule error while updating the benefit
Unauthenticated
Plan or benefit not found