Skip to main content

Sum Of An enrollees Utilization over a period

GET 

/v1/enrollees/single-enrollee/utilization

Fetch details of a single enrollee utiization using it's id or insurance_no and a period range.

Request

Query Parameters

    enrollee_id integer

    The id of the enrollee. it is required if the insurance_no is not supplied

    insurance_no string

    The insurance number of the enrollee. it is required if the id is not supplied

    start_date string

    2023-06-28| This is required and indicates what date to start the summation from and beginning of a range period.

    end_date string

    2024-10-28| This is required and indicates what date to end the summation from and end of a range period.

Responses

Success

Schema
    message string

    Information on response

    data array

    Result of request

    amount integer
Loading...