Updates one business-case status. The payload is a full PUT contract and requires both name and color.
PUT
name
color
cURL
curl --request PUT \ --url https://app.fintoro.sk/api/public/v1/business-case-statuses/{businessCaseStatus} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "Negotiation", "color": "#22aa44" } '
{ "id": 41, "name": "Negotiation", "color": "#22aa44" }
Bearer token created for a specific company in Integrations → API.
Business-case status ID.
41
Payload used to create or update a business-case status.
Business-case status name.
255
"Negotiation"
Status color in hex format.
7
"#22aa44"
Business-case status updated.
Business-case status. Represents one pipeline column.
Internal business-case status ID.