{
"current": 1,
"size": 25,
"params": {
"name": "string",
"alias": "string",
"number": "string",
"email": "string",
"enable": "string",
"sid": "string",
"authStatus": 0,
"brandId": 0,
"contractPartyId": 0,
"registryResource": "string",
"currencyWill": 0,
"transferStatus": 0,
"prefix": "string",
"signStatus": 0,
"quoteCurrency": "string",
"minBalance": 0,
"maxBalance": 0,
"minCredit": 0,
"maxCredit": 0,
"owner": "string",
"startTime": "string",
"endTime": "string",
"ascs": [
"string"
],
"descs": [
"string"
],
"billType": 0,
"oldAlias": "string"
},
"ascs": [
"string"
],
"descs": [
"string"
]
}
curl --location --request POST '/account/customer/query' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"current": 1,
"size": 25,
"params": {
"name": "string",
"alias": "string",
"number": "string",
"email": "string",
"enable": "string",
"sid": "string",
"authStatus": 0,
"brandId": 0,
"contractPartyId": 0,
"registryResource": "string",
"currencyWill": 0,
"transferStatus": 0,
"prefix": "string",
"signStatus": 0,
"quoteCurrency": "string",
"minBalance": 0,
"maxBalance": 0,
"minCredit": 0,
"maxCredit": 0,
"owner": "string",
"startTime": "string",
"endTime": "string",
"ascs": [
"string"
],
"descs": [
"string"
],
"billType": 0,
"oldAlias": "string"
},
"ascs": [
"string"
],
"descs": [
"string"
]
}'
{
"code": 0,
"msg": "",
"data": {
"records": [
{
"keyId": 0,
"name": "",
"alias": "",
"authStatus": 0,
"authStatusStr": "",
"enable": 0,
"enableStr": "",
"firstName": "",
"lastName": "",
"sex": 0,
"prefix": "",
"number": "",
"email": "",
"address": "",
"im": "",
"appMax": 0,
"balance": 0,
"balanceStr": "",
"gift": 0,
"giftStr": "",
"credit": 0,
"creditStr": "",
"cashBack": 0,
"appGiftBalance": 0,
"appGiftBalanceStr": "",
"createTm": "",
"mdfTm": "",
"language": "",
"billType": 0,
"billTypeName": "",
"billPeriodId": 0,
"billPeriod": "",
"paypalRechargeType": 0,
"paypalEnable": 0,
"reportEnable": 0,
"registryIp": "",
"registryCountry": "",
"registryResource": "",
"sid": "",
"signStatus": 0,
"signStatusStr": "",
"signTime": "",
"countryStatus": 0,
"emailAppMax": 0,
"aiVoiceMax": 0,
"products": "",
"enableRemark": "",
"imAppMax": 0,
"chinaPayEnable": 0,
"authType": 0,
"auditResultData": "",
"awsSubscribeStatus": 0,
"quoteCurrency": "",
"quoteExchange": 0,
"quoteExchangeStr": "",
"exchangeTime": "",
"brandId": 0,
"contractPartyId": 0,
"brandName": "",
"contractPartyName": "",
"payBodyId": 0,
"payBodyName": "",
"media": "",
"currencyWill": 0,
"transferStatus": 0,
"transferTime": "",
"limitStatus": 0,
"switchParty": 0,
"balanceUsd": "",
"oldUserName": "",
"associateOldUserId": 0,
"owner": "",
"contactInformation": "",
"contactInformationType": 0,
"contactInformationTypeName": "",
"oldAlias": "",
"badDebt": 0
}
],
"total": 0,
"size": 0,
"current": 0,
"ascs": [
""
],
"descs": [
""
],
"optimizeCountSql": false,
"isSearchCount": false,
"searchCount": false,
"pages": 0,
"asc": [
""
],
"desc": [
""
]
},
"success": false
}