{
"cardId": "string",
"transCategory": "string",
"beginTime": "string",
"endTime": "string",
"settleBeginTime": "string",
"settleEndTime": "string",
"currentPage": 0,
"pageSize": 0,
"cardType": "string",
"transactionTypes": [
"string"
],
"transactionStatus": [
"string"
]
}
curl --location --request POST '/openapi/vcc/trans/query' \
--header 'Content-Type: application/json' \
--data-raw '{
"cardId": "string",
"transCategory": "string",
"beginTime": "string",
"endTime": "string",
"settleBeginTime": "string",
"settleEndTime": "string",
"currentPage": 0,
"pageSize": 0,
"cardType": "string",
"transactionTypes": [
"string"
],
"transactionStatus": [
"string"
]
}'
{
"totalCount": "string",
"currentPage": "string",
"pageSize": "string",
"List": [
{
"recordNo": "string",
"cardId": "string",
"transactionTime": "string",
"transCurrency": "string",
"transCurrencyAmt": 0,
"localCurrency": "string",
"localCurrencyAmt": 0,
"approvalCode": "string",
"merchantName": "string",
"merchantCategoryCode": "string",
"crossBoardType": "string",
"transType": "string",
"transStatus": "string",
"originRecordNo": "string",
"transCategory": "string",
"respCode": "string",
"respCodeDesc": "string",
"feeType": 0,
"fundsType": 0,
"fundsDirection": 0,
"settleAmount": 0,
"settleTime": "string"
}
]
}