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.
Request:
Response:
Cấu trúc của body request:
Tham số
Kiểu dữ liệu
Mô tả
id require
string
ID hotline
Last updated
API này cho phép Partner xóa hotline ra khỏi hệ thống.
Request:
Response:
Cấu trúc của body request:
id require
string
ID hotline
Last updated
POST $BASE_URL.Etelecom/PartnerRemoveHotline HTTP/1.1
Host:
Content-Type: application/json
Accept: */*
Content-Length: 13
{
"id": "text"
}{
"deleted": 1
}curl --location 'BASE_URL.Etelecom/PartnerRemoveHotline' \
--header 'Content-Type: application/json' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer $API_KEY' \
--data '{
"id": "string"
}'{
"removed": 0
}