Partner gán hotline vào tổng đài
API này cho phép Partner gán hotline vào tổng đài
Request:
Response:
Cấu trúc của body request:
Tham số
Kiểu dữ liệu
Mô tả
hotline_id require
string
ID hotline
tenant_id require
string
ID của tổng đài
Last updated
API này cho phép Partner gán hotline vào tổng đài
Request:
Response:
Cấu trúc của body request:
hotline_id require
string
ID hotline
tenant_id require
string
ID của tổng đài
Last updated
POST $BASE_URL.Etelecom/PartnerAddHotlineToTenant HTTP/1.1
Host:
Content-Type: application/json
Accept: */*
Content-Length: 40
{
"hotline_id": "text",
"tenant_id": "text"
}{
"updated": 1
}curl --location 'BASE_URL.Etelecom/PartnerAddHotlineToTenant' \
--header 'Content-Type: application/json' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer $API_KEY' \
--data '{
"hotline_id": "string",
"tenant_id": "string"
}'{
"updated": 0
}