Partner gán hotline vào tổng đài
API này cho phép Partner gán hotline vào tổng đài
Tham số
Kiểu dữ liệu
Mô tả
Last updated
API này cho phép Partner gán hotline vào tổng đài
Last updated
POST $BASE_URL.Interits/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.Interits/PartnerAddHotlineToTenant' \
--header 'Content-Type: application/json' \
--header 'Accept: application/json' \
--data '{
"hotline_id": "string",
"tenant_id": "string"
}'{
"updated": 0
}