{
"payerIds": [
"string"
],
"caseIds": [
"string"
],
"customerIds": [
"string"
],
"pageSize": 0,
"current": 0
}curl --location --request POST '/api/pay/studypay/payer/query/list' \
--header 'ebfs-key: apiKey' \
--header 'ebfs-key: apiKey' \
--header 'ebfs-timestamp: timestamp' \
--header 'ebfs-timestamp: timestamp' \
--header 'ebfs-nonce;' \
--header 'ebfs-nonce;' \
--header 'ebfs-signature;' \
--header 'ebfs-signature;' \
--header 'x-token: {{x-token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"payerIds": [
"string"
],
"caseIds": [
"string"
],
"customerIds": [
"string"
],
"pageSize": 0,
"current": 0
}'{
"code": "string",
"data": {
"current": 0,
"list": [
{
"customerId": "string",
"payerId": "string",
"payerName": "string",
"payerRelation": 0,
"createTime": 0,
"updateTime": 0
}
],
"pageSize": 0,
"total": 0
},
"errorArgs": [
{}
],
"message": "string"
}