Partner xóa hotline ra khỏi hệ thống

API này cho phép Partner xóa hotline ra khỏi hệ thống.

Lưu ý:

  • Vui lòng sử dụng <api_key>mà eTelecom đã cung cấp trước đó. Thông tin base_url của Partner

Request:

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

Response:

{
  "removed": 0
}

Cấu trúc của body request:

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

id require

string

ID hotline

Last updated