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