GET /api/v1/laboratory/upgrade-options/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "laboratory": {
        "business": [
            {
                "billing": "business:monthly",
                "billing_label": "149 € / Monat",
                "freq": "monthly",
                "plan": "business",
                "plan_label": "testxchange BUSINESS",
                "recommend": false
            },
            {
                "billing": "business:annual",
                "billing_label": "129 € / Monat",
                "freq": "annual",
                "plan": "business",
                "plan_label": "testxchange BUSINESS",
                "recommend": true
            }
        ]
    }
}