Tạo tổng đài
Tham số
Kiểu dữ liệu
Mô tả
Last updated
Last updated
POST $BASE_URL.Interits/CreateTenant HTTP/1.1
Host:
Content-Type: application/json
Accept: */*
Content-Length: 2
{}{
"connection_id": "text",
"connection_method": "unknown",
"created_at": "2026-01-25T10:59:35.397Z",
"domain": "text",
"id": "text",
"name": "text",
"owner_id": "text",
"status": "Z",
"updated_at": "2026-01-25T10:59:35.397Z"
}curl --location '$BASE_URL.Interits/CreateTenant' \
--header 'Content-Type: application/json' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer $API_KEY' \
--data '{}'{
"connection_id": "string",
"connection_method": "unknown",
"created_at": "2019-08-24T14:15:22Z",
"domain": "string",
"id": "string",
"name": "string",
"owner_id": "string",
"status": "Z",
"updated_at": "2019-08-24T14:15:22Z"
}