Thay đổi hotline cho máy nhánh
API này dùng để thay đổi hotline cho máy nhánh.
Tên trường
Kiểu dữ liệu
Mô tả
Tên trường
Kiểu dữ liệu
Mô tả
Last updated
API này dùng để thay đổi hotline cho máy nhánh.
Last updated
POST $BASE_URL.Interits/UpdateHotlineForExtension HTTP/1.1
Host:
Content-Type: application/json
Accept: */*
Content-Length: 21
{
"hotline_id": "text"
}{
"updated": 1
}curl --location '$BASE_URL.Interits/UpdateHotlineForExtension' \
--header 'Content-Type: application/json' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer $API_KEY' \
--data '{
"hotline_id": "<int64>",
"user_id": "<int64>"
}'{
"updated": 0
}