Customer list
list
Header parameters
companyIdstringRequiredExample:
Company ID
{{company}}
tracestringRequiredExample:
Global link unique identifier
{{mock_trace}}
apiKeystringRequiredExample:
apiKey
{{apikey}}
recvWindowstringOptionalExample:
time window
5000
signaturestringRequiredExample:
sign
{{sign}}
langstringOptionalExample:
language
zh-CN
versionstringRequiredExample:
Interface version
0.0.1
Body
customerNostringOptional
Customer number
currentstringOptional
Current page
sizestringOptional
page size
Responses
200Success
application/json
401Error
application/json
403Error
application/json
404Error
application/json
post
POST /global/customer.admin.WhiteCustomerAdminApiService.page HTTP/1.1
Host:
companyId: text
trace: text
apiKey: text
signature: text
version: text
Content-Type: application/json
Accept: */*
Content-Length: 44
{
"customerNo": "esse ipsum tempor sint aute"
}
{
"bizCode": "text",
"code": "text",
"data": {
"current": 1,
"records": [
{
"agentCustomerNo": "text",
"companyId": 1,
"createTime": 1,
"customerGroupId": 1,
"customerGroupName": "text",
"customerNo": "text",
"customerType": 1,
"email": "text",
"firstAccountActivateTime": 1,
"firstName": "text",
"id": 1,
"idCard": "text",
"idCardType": "text",
"lastName": "text",
"loginTime": 1,
"name": "text",
"openAccountType": 1,
"phone": "text",
"phoneArea": "text",
"registerSource": 1,
"remark": "text",
"status": 1,
"tgUserId": "text",
"tgUserName": "text",
"thirdAccountNo": "text",
"thirdLoginSource": "text",
"thirdUserId": "text",
"unitId": 1,
"unitName": "text",
"updateTime": 1
}
],
"size": 1,
"total": 1
},
"fail": true,
"msg": "text",
"msgParams": "text",
"ok": true,
"tm": 1,
"trace": "text"
}
Last updated