{
"waiver_master_list": [
{
"waiver_master_id": 0,
"waiver_payload": [
{
"type": "CheckBox",
"key": "string",
"value": null
}
]
}
]
}
curl --location --request POST '/open/companies//tenants//subscription/signup//guest_waiver' \
--header 'Content-Type: application/json' \
--data-raw '{
"waiver_master_list": [
{
"waiver_master_id": 0,
"waiver_payload": [
{
"type": "CheckBox",
"key": "string",
"value": null
}
]
}
]
}'
{
"id": null,
"info": [
{
"severity": "Error",
"errorCode": "string",
"errorMessage": "string",
"identifier": "string",
"helptext": "string",
"jsonObject": null
}
]
}