Skip to main content

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

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

Success

Schema
    enrollee_id integer
Loading...