{
"name": "string",
"service_type_ids": [
0
],
"value_in_minor_currency": 0,
"expected_closure_date": "2019-08-24T14:15:22Z",
"assigned_to_staff_id": 0,
"comments": "string",
"hot_warm_cold": "Cold",
"stage_master_id": 0
}
curl --location --request PUT '/tenants//boards//opportunities/' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"service_type_ids": [
0
],
"value_in_minor_currency": 0,
"expected_closure_date": "2019-08-24T14:15:22Z",
"assigned_to_staff_id": 0,
"comments": "string",
"hot_warm_cold": "Cold",
"stage_master_id": 0
}'
{
"id": null,
"info": [
{
"severity": "Error",
"errorCode": "string",
"errorMessage": "string",
"identifier": "string",
"helptext": "string",
"jsonObject": null
}
]
}