{
"currentPage": 0,
"cardType": "string",
"pageSize": 0,
"cardId": "string",
"transCategory": "string",
"beginTime": "string",
"endTime": "string",
"remarkOne": "string",
"remarkTwo": "string"
}curl --location --request POST '/openapi/vcc/trans/query' \
--header 'Content-Type: application/json' \
--data-raw '{
"currentPage": 0,
"cardType": "string",
"pageSize": 0,
"cardId": "string",
"transCategory": "string",
"beginTime": "string",
"endTime": "string",
"remarkOne": "string",
"remarkTwo": "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": 0,
"respCode": "string",
"respCodeDesc": "string",
"feeType": 0,
"fundsType": 0,
"fundsDirection": 0
}
]
}