Partner Add Hotline To Tenant
This API allows Partners to assign hotlines to the tenant.
Parameters
Data type
Describe
Last updated
This API allows Partners to assign hotlines to the tenant.
Last updated
POST $BASE_URL.ETelecom/PartnerAddHotlineToTenant HTTP/1.1
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
}