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