Lấy thông tin tổng đài

API này dùng để lấy thông tin tổng đài

Lưu ý:

  • API sử dụng cho trường hợp tích hợp dưới dạng Partner.

  • API_KEY:<shop_key>

  • Thông tin base_url của Partner

Request:

curl --location '$BASE_URL.Etelecom/GetTenant' \
--header 'Content-Type: application/json' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer $API_KEY' \
--data '{}'

Response:

{
  "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"
}

Cấu trúc thuộc tính dữ liệu trả về:

Tham số
Kiểu dữ liệu
Mô tả

connection_id

string<int64>

ID phiên kết nối

connection_method

string

Phương thức kết nối

created_at

string<date-time>

Thời gian tạo

domain

string

Domain tổng đài

id

string<int64>

ID của tổng đài

name

string

Tên tổng tài

owner_id

string<int64>

ID người sở hữu

status

string

Trạng thái Z: Mới tạo P: Enable N: Disable

updated_at

string

Ngày cập nhật

Last updated