Unsubscribe Plan

This page will help you get started with Unsubscribe Plan.

API url
Staging: https://app.staging.rohealth.ng/api/external/locations
Production: https://app.rohealth.ng/api/external/locations

POST request

Below is a sample body request

{

    "user_id": "{{uuid}}"
 
}

Below is a sample response

{
    "status": {
        "code": 100,
        "desc": "Success"
    },
    "entity": {
        "first_name": "Tester",
        "last_name": "Test Update",
        "dob": "1989-06-17",
        "gender": "Male",
        "marital_status": "Single",
        "mobile": "2347052600777",
        "email": "[email protected]",
        "address": "54 Onike-Iwaya",
        "state": "Lagos",
        "city": "Yaba",
        "activated": 1,
        "hmo_package": {
            "hmo": {
                "name": "First Guaranty Health",
                "mobile": "8141935601",
                "image_url": "http://res.cloudinary.com/codedmuyie/image/upload/v1627523573/rohealth/hmos/hmo_4.jpg",
                "_id": 4
            },
            "name": "FGH Special (2) Family",
            "price": "6000",
            "_id": 6
        },
        "policy_no": null,
        "uuid": "9e20c3ce-b7aa-4793-a9b9-03a73599850a",
        "budget_amount": "65000",
        "plan_status": 1,
        "hospitals": "50292,1",
        "plan_effective_date": "2022-10-01 10:59:59",
        "plan_expiry_date": "2022-11-01 10:59:59",
        "photo": null,
        "active_hospitals": [
            {
                "state": "Abia State",
                "hospital_name": " UMUAHIA",
                "mobile": "",
                "_id": 50292
            },
            {
                "state": "Yobe",
                "hospital_name": "Potiskum Medical Centre",
                "mobile": "",
                "_id": 1
            }
        ],
        "effective_start_date": "",
        "_id": 828
    },
    "meta": null
}