Partner gỡ hotline ra khỏi tổng đài
API này cho phép Partner gỡ hotline ra khỏi tổng đài.
Tham số
Kiểu dữ liệu
Mô tả
Last updated
API này cho phép Partner gỡ hotline ra khỏi tổng đài.
Last updated
POST $BASE_URL.Interits/PartnerRemoveHotlineFromTenant HTTP/1.1
Host:
Content-Type: application/json
Accept: */*
Content-Length: 39
{
"hotline_id": "text",
"owner_id": "text"
}{
"removed": 1
}curl --location '/$BASE_URL.Interits/PartnerRemoveHotlineFromTenant' \
--header 'Content-Type: application/json' \
--header 'Accept: application/json' \
--data '{
"hotline_id": "string",
"owner_id": "string"
}'{
"removed": 0
}