{
"caseIds": [
"string"
],
"current": 0,
"customerIds": [
"string"
],
"pageSize": 0
}curl --location --request POST '/api/pay/studypay/customer/query/list' \
--header 'x-token: {{x-token}}' \
--header 'ebfs-key: apiKey' \
--header 'ebfs-timestamp: timestamp' \
--header 'ebfs-nonce;' \
--header 'ebfs-signature;' \
--header 'Content-Type: application/json' \
--data-raw '{
"caseIds": [
"string"
],
"current": 0,
"customerIds": [
"string"
],
"pageSize": 0
}'{
"code": "string",
"data": {
"current": 0,
"list": [
{
"createTime": "2019-08-24T14:15:22.123Z",
"customerChineseName": "string",
"customerId": "string",
"dateOfBirth": "string",
"firstName": "string",
"lastName": "string",
"nationality": "string",
"updateTime": "2019-08-24T14:15:22.123Z"
}
],
"pageSize": 0,
"total": 0
},
"errorArgs": [
{}
],
"message": "string"
}