客户详情
version=0.0.1 bizType=customer.admin.WhiteCustomerAdminApiService.detail
Header parameters
companyIdstringRequiredExample:
公司ID
{{company}}
tracestringRequiredExample:
全局链路唯一标志
{{mock_trace}}
apiKeystringRequiredExample:
apiKey
{{apikey}}
recvWindowstringOptionalExample:
时间窗口
5000
signaturestringRequiredExample:
签名
{{sign}}
langstringOptionalExample:
语言
zh-CN
versionstringRequiredExample:
接口版本
0.0.1
Body
typestringRequired
类型信息,baseInfo=基础信息,固定参数
customerNostringRequired
客户编号
Responses
200Success
application/json
post
POST /global/customer.admin.WhiteCustomerAdminApiService.detailByCustomerNo HTTP/1.1
Host:
companyId: text
trace: text
apiKey: text
signature: text
version: text
Content-Type: application/json
Accept: */*
Content-Length: 47
{
"type": "baseInfo",
"customerNo": "{{customer}}"
}
200Success
{
"bizCode": "",
"code": "",
"data": {
"accountList": {},
"accountRemark": "",
"activateStatus": 0,
"activateTime": 0,
"address": "",
"apiCheckRule": "",
"apiCheckSwitch": true,
"assertPassStatus": "",
"associationCompanyId": 0,
"companyId": 0,
"companyKycStatus": 0,
"companyType": "",
"country": "",
"createTime": 0,
"customerAgentMark": "",
"customerGroupId": 0,
"customerNo": "",
"customerType": 0,
"deposit": 0,
"earlyWarningLevel": {},
"email": "",
"firstName": "",
"forceLevel": {},
"googleId": 0,
"id": 0,
"idCard": "",
"idCardType": "",
"isFund": 0,
"kycAuditRemark": "",
"kycAuditStatus": 0,
"kycRemark": "",
"kycStatus": 0,
"lastName": "",
"loginPassStatus": "",
"loginTime": 0,
"name": "",
"openAccountType": 0,
"optional": 0,
"payPassStatus": "",
"phone": "",
"phoneArea": "",
"postalCode": "",
"registerSource": 0,
"registerTime": 0,
"relationCustomerId": 0,
"source": "",
"status": 0,
"thirdIntactMsg": "",
"thirdLoginSource": "",
"thirdServerCode": "",
"thirdUserId": "",
"type": 0,
"unitId": 0,
"unitName": "",
"utmSource": "",
"withdraw": 0,
"withdrawLevel": {}
},
"fail": true,
"msg": "",
"msgParams": "",
"ok": true,
"tm": 0,
"trace": ""
}
Last updated