Customer List
Query customer list, paging
version=0.0.1 bizType=customer.admin.WhiteCustomerAdminApiService.page
Global link unique identifier
{{mock_trace}}Authentication code
{{auto_token}}Interface version number
0.0.1Company ID
{{company}}Customer Number
Number of rows displayed per page, default is 20
Current page, default is 1
Success
Agent number
Company
Creation time / Application time
Customer group Id
Customer group name
Customer account
Customer type 0 default 1 agent 2 credit 3 activity settlement
First activation time of trading account
Name
id
ID number
ID type
Last name
Login time
First name
Account type: 0. Individual 1. Business
Phone number
Phone area code
Registration source
Remarks
Status: 1. Normal, 2. Disabled, 3. Deleted, 4. Closed account, 5. Locked, 6. Closing account
tgUserId
tgUserName
Third-party account
thirdLoginSource
thirdUserId
Institution ID
Institution name
Update time
POST /openapi-b/customer.admin.WhiteCustomerAdminApiService.page HTTP/1.1
Host: pre-api-test.cmfbl.com
trace: text
token: text
version: text
companyId: text
Content-Type: application/json
Accept: */*
Content-Length: 41
{
"customerNo": null,
"size": 20,
"current": 1
}Success
{
"bizCode": "",
"code": "",
"data": {
"current": 0,
"records": [
{
"agentCustomerNo": "",
"companyId": 0,
"createTime": 0,
"customerGroupId": 0,
"customerGroupName": "",
"customerNo": "",
"customerType": 0,
"email": "",
"firstAccountActivateTime": 0,
"firstName": "",
"id": 0,
"idCard": "",
"idCardType": "",
"lastName": "",
"loginTime": 0,
"name": "",
"openAccountType": 0,
"phone": "",
"phoneArea": "",
"registerSource": 0,
"remark": "",
"status": 0,
"tgUserId": "",
"tgUserName": "",
"thirdAccountNo": "",
"thirdLoginSource": "",
"thirdUserId": "",
"unitId": 0,
"unitName": "",
"updateTime": 0
}
],
"size": 0,
"total": 0
},
"fail": true,
"msg": "",
"msgParams": "",
"ok": true,
"tm": 0,
"trace": ""
}Last updated