Export Customer

Used to retrieve a list of customers based on specified conditions

Method

Link

{{host}}/Customer/Export

Authorization

Type

Bearer Token

Token

{{access_token}}

Body

{
    "memvars": {
        "ma_kh": "API-KH0001",
        "modifyDateFrom": null,
        "pageIndex": 1
    }
}

Parameter description

Tên
(*)
Kiểu
Description

ma_kh

string

Customer's code

modifyDateFrom

string

Customer creation date

pageIndex

string

When the API returns data, it will provide paginated results, with 'pageIndex' specifying the page to retrieve

Last updated