{
"id": "string",
"companyId": "string",
"name": "string",
"type": "Open",
"probability": 0,
"forecastCategoryId": "string",
"fields": [
{
"key": "string",
"required": true
}
],
"position": 0
}
curl --location --request PUT 'https://platform.shopranos.eu/api/opportunity/status/' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string",
"companyId": "string",
"name": "string",
"type": "Open",
"probability": 0,
"forecastCategoryId": "string",
"fields": [
{
"key": "string",
"required": true
}
],
"position": 0
}'
{}