{
"caseIds": [
"string"
],
"current": 0,
"customerIds": [
"string"
],
"orderIds": [
"string"
],
"pageSize": 0
}curl --location --request POST '/api/pay/studypay/order/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 '{
"caseIds": [
"string"
],
"current": 0,
"customerIds": [
"string"
],
"orderIds": [
"string"
],
"pageSize": 0
}'{
"code": "string",
"data": {
"current": 0,
"list": [
{
"orderId": "string",
"customerId": "string",
"firstName": "string",
"lastName": "string",
"customerChineseName": "string",
"payableAmount": 0,
"payableCurrency": "string",
"status": 0,
"createTime": 0,
"expiredTime": 0,
"updateTime": 0
}
],
"pageSize": 0,
"total": 0
},
"errorArgs": [
{}
],
"message": "string"
}