Upgrade Options List
GET /api/v1/laboratory/upgrade-options/?format=api
{
"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
}
]
}
}