1. Danh sách

Mô tả API tạo mới blacklist

Thông tin
Mô tả

Hình thức authen

Bearer <token>

Method

POST

Tạo request

curl -X 'POST' \
  'https://localhost:7222/API/Manager/Blacklist/GetAll' \
  -H 'accept: */*' \

POSThttps://localhost:7222/API/Manager/Blacklist/GetAll

Request Body

Tên trường
Kiểu dữ liệu
Ý nghĩa

skip

number

Bỏ qua bao nhiêu bản ghi

take

number

Lấy bao nhiêu bản ghi

search

object

Các điều kiện tìm kiếm

Request Body

{
    "ToDate": null,
    "FromDate": null,
    "draw": 0,
    "recordsTotal": 0,
    "recordsFiltered": 7,
    "data": [
        {
            "STT": 1,
            "Id": 42,
            "Phone": "1245223",
            "Type": ""
        },
        {
            "STT": 2,
            "Id": 35,
            "Phone": "122222",
            "Type": "BlackList"
        },
        {
            "STT": 3,
            "Id": 40,
            "Phone": "1111111",
            "Type": ""
        },
        {
            "STT": 4,
            "Id": 38,
            "Phone": "09698301851",
            "Type": "VIP"
        },
        {
            "STT": 5,
            "Id": 45,
            "Phone": "055976375233",
            "Type": "Blacklist"
        },
        {
            "STT": 6,
            "Id": 44,
            "Phone": "05597637523",
            "Type": "Blacklist"
        },
        {
            "STT": 7,
            "Id": 41,
            "Phone": "0559763752",
            "Type": ""
        }
    ],
    "ReportDate": null
}
{
    "ToDate": null,
    "FromDate": null,
    "draw": 0,
    "recordsTotal": 0,
    "recordsFiltered": 7,
    "data": [
        {
            "STT": 1,
            "Id": 42,
            "Phone": "1245223",
            "Type": ""
        },
        {
            "STT": 2,
            "Id": 35,
            "Phone": "122222",
            "Type": "BlackList"
        },
        {
            "STT": 3,
            "Id": 40,
            "Phone": "1111111",
            "Type": ""
        },
        {
            "STT": 4,
            "Id": 38,
            "Phone": "09698301851",
            "Type": "VIP"
        },
        {
            "STT": 5,
            "Id": 45,
            "Phone": "055976375233",
            "Type": "Blacklist"
        },
        {
            "STT": 6,
            "Id": 44,
            "Phone": "05597637523",
            "Type": "Blacklist"
        },
        {
            "STT": 7,
            "Id": 41,
            "Phone": "0559763752",
            "Type": ""
        }
    ],
    "ReportDate": null
}
{
    "ToDate": null,
    "FromDate": null,
    "draw": 0,
    "recordsTotal": 0,
    "recordsFiltered": 7,
    "data": [
        {
            "STT": 1,
            "Id": 42,
            "Phone": "1245223",
            "Type": ""
        },
        {
            "STT": 2,
            "Id": 35,
            "Phone": "122222",
            "Type": "BlackList"
        },
        {
            "STT": 3,
            "Id": 40,
            "Phone": "1111111",
            "Type": ""
        },
        {
            "STT": 4,
            "Id": 38,
            "Phone": "09698301851",
            "Type": "VIP"
        },
        {
            "STT": 5,
            "Id": 45,
            "Phone": "055976375233",
            "Type": "Blacklist"
        },
        {
            "STT": 6,
            "Id": 44,
            "Phone": "05597637523",
            "Type": "Blacklist"
        },
        {
            "STT": 7,
            "Id": 41,
            "Phone": "0559763752",
            "Type": ""
        }
    ],
    "ReportDate": null
}

Last updated