Export Customer
Last updated
Last updated
Name | Descripsion |
---|---|
Method
Link
{{host}}/Customer/Export
Type
Bearer Token
Token
{{access_token}}
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
code
When successfully executed, the status code is 200. For other codes, such as 401, 452, it indicates a failed operation, accompanied by a descriptive message explaining the result
msg
Description of API execution results
data.data
JSON array containing customers found based on the conditions specified in the request
data.pageInfo.pagecount
The maximum result per page that can be returned
data.pageInfo.page
The current page number
data.pageInfo.t_record
The total number of results across all pages
data.pageInfo.t_page
The total number of pages containing results