Change hotline for extension
This API is used to change the hotline for the extension.
School name
Data type
Describe
School name
Data type
Describe
Last updated
This API is used to change the hotline for the extension.
Last updated
POST $BASE_URL.ETelecom/UpdateHotlineForExtension HTTP/1.1
Content-Type: application/json
Accept: */*
Content-Length: 38
{
"hotline_id": "text",
"user_id": "text"
}{
"updated": 1
}curl --location '$BASE_URL.Etelecom/UpdateHotlineForExtension' \
--header 'Content-Type: application/json' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer $API_KEY' \
--data '{
"hotline_id": "string",
"user_id": "string"
}'{
"updated": 0
}