Перейти к основному содержанию
POST
/
v1
/
crm
/
integrations
/
ringostat
/
outward_call
cURL
curl --request POST \
  --url https://api.example.com/v1/crm/integrations/ringostat/outward_call/ \
  --header 'Content-Type: application/json' \
  --data '
{
  "destination": "<string>",
  "extension": "<string>"
}
'
{}

Тело

destination
string
обязательно
Maximum string length: 255
extension
string
обязательно
Maximum string length: 255

Ответ

201 - application/json

The response is of type object.