{
"start_date": "2019-08-24T14:15:22Z",
"end_date": "2019-08-24T14:15:22Z",
"max_trial_class": 0,
"max_trial_appt": 0
}
curl --location --request PUT '/tenants//clients//trials/' \
--header 'Content-Type: application/json' \
--data-raw '{
"start_date": "2019-08-24T14:15:22Z",
"end_date": "2019-08-24T14:15:22Z",
"max_trial_class": 0,
"max_trial_appt": 0
}'
{
"id": null,
"info": [
{
"severity": "Error",
"errorCode": "string",
"errorMessage": "string",
"identifier": "string",
"helptext": "string",
"jsonObject": null
}
]
}