Authorizations
Body
application/json
Response
Successful response
The response is of type string
.
curl --request PATCH \
--url https://api.breakcold.com/rest/status \
--header 'Content-Type: application/json' \
--header 'X-API-KEY: <api-key>' \
--data '{
"status": [
{
"id": "<string>",
"order": 123,
"leads_order": [
"<string>"
],
"success_rate": 50,
"name": "<string>",
"type": "DEAL_LOST",
"color": "<string>"
}
]
}'
"<string>"
curl --request PATCH \
--url https://api.breakcold.com/rest/status \
--header 'Content-Type: application/json' \
--header 'X-API-KEY: <api-key>' \
--data '{
"status": [
{
"id": "<string>",
"order": 123,
"leads_order": [
"<string>"
],
"success_rate": 50,
"name": "<string>",
"type": "DEAL_LOST",
"color": "<string>"
}
]
}'
"<string>"
Show child attributes
Successful response
The response is of type string
.
Was this page helpful?