Hàm lấy danh sách Brandname

curl --location -g --request GET 'http://rest.esms.vn/MainService.svc/json/GetListBrandname/{{ApiKey}}/{{SecretKey}}' \
  • Thông tin request

ApiKey *

ApiKey của tài khoản

SecretKey *

Secretkey của tài khoản

  • Mẫu kết quả trả về

{
    "CodeResponse": "100",
    "ListBrandName": [
        {
            "Brandname": "Baotrixemay",
            "Type": 2
        },
        {
            "Brandname": "QC_ONLINE",
            "Type": 1
        },
        {
            "Brandname": "BAT DONG SAN GIA TOT",
            "Type": 23
        }
    ]
}
  • Thông tin kết quả trả về

BiếnĐịnh nghĩa

Brandname

Tên brandname

Type

Loại brandname 1: brandname quảng cáo 2: brandname CSKH 23: brandname Viber

Last updated