Attach Claim Category Plan Benefit
POST/v1/plans/:planId/benefits/claim-category
Attach a claim-category based benefit to a plan with a specific category amount.
Request
Path Parameters
planId integerrequired
The unique ID of the HMO plan.
- application/json
Body
required
category_type stringrequired
Claim category type (e.g., inpatient, outpatient).
category_amount doublerequired
Monetary amount for the claim category benefit.
Responses
- 200
- 400
- 401
- 404
Claim category benefit attached successfully
- application/json
- Schema
- Example (from schema)
Schema
message string
{
"message": "Claim Category attached Successfully"
}
Invalid claim category or amount
Unauthenticated
Plan not found
Loading...