Change Enrollee Status
PUT/v1/enrollees/:id/change-status
Change the status of an enrollee. Note: This feature is only available to HMOs/Insurers.
Request
Path Parameters
id int64required
Enrollee ID
- application/json
Body
required
status stringrequired
Possible values: [AA
, IA
, SX
, XX
, PP
, WP
]
The new status of the enrollee. The code is what is expected. Possible values are: AA (ACTIVE), IA (IN-ACTIVE), SX (SUSPENDED), XX (TERMINATED), PP (PENDED), WP (WAITING PERIOD).
effective_from date
The date when the new status should take effect. If null, the new status takes effect immediately."
Responses
- 200
- 401
- 403
- 422
Success
- application/json
- Schema
- Example (from schema)
Schema
enrollee_id integer
{
"enrollee_id": 0
}
Unauthenticated
Forbidden
Unprocessable Entity
Loading...