Authorizations
Body
application/json
Response
Successful response
The response is of type object
.
curl --request POST \
--url https://api.breakcold.com/rest/status \
--header 'Content-Type: application/json' \
--header 'X-API-KEY: <api-key>' \
--data '{
"name": "<string>",
"id_list": "<string>",
"color": "<string>",
"success_rate": 50,
"ai_enabled": true,
"order": 123,
"type": "DEAL_LOST"
}'
{
"type": "DEAL_WON",
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"order": 123,
"color": "<string>",
"success_rate": 123,
"created_at": "<string>",
"updated_at": "<string>",
"id_space": "<string>",
"leads_order": "<any>",
"ai_instructions": "<any>",
"ai_rules": "<any>",
"ai_instructions_text": "<string>",
"ai_rules_text": "<string>",
"ai_enabled": true,
"icon": "<string>",
"instructions": "<string>",
"id_list": "<string>"
}
curl --request POST \
--url https://api.breakcold.com/rest/status \
--header 'Content-Type: application/json' \
--header 'X-API-KEY: <api-key>' \
--data '{
"name": "<string>",
"id_list": "<string>",
"color": "<string>",
"success_rate": 50,
"ai_enabled": true,
"order": 123,
"type": "DEAL_LOST"
}'
{
"type": "DEAL_WON",
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"order": 123,
"color": "<string>",
"success_rate": 123,
"created_at": "<string>",
"updated_at": "<string>",
"id_space": "<string>",
"leads_order": "<any>",
"ai_instructions": "<any>",
"ai_rules": "<any>",
"ai_instructions_text": "<string>",
"ai_rules_text": "<string>",
"ai_enabled": true,
"icon": "<string>",
"instructions": "<string>",
"id_list": "<string>"
}
Successful response
The response is of type object
.
Was this page helpful?