{
"transId": "string",
"transNo": "string",
"ids": [
"string"
],
"customParamOpen": {
"key": "string"
},
"pageNo": "1",
"pageSize": "50"
}curl --location --request POST '/open/receipt/search/v2' \
--header 'Authorization: {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"transId": "string",
"transNo": "string",
"ids": [
"string"
],
"customParamOpen": {
"key": "string"
},
"pageNo": "1",
"pageSize": "50"
}'{
"code": 0,
"message": "",
"errMsg": "",
"data": [
{
"id": "",
"drOrCr": "",
"bankCode": "",
"bankName": "",
"accountNo": "",
"receiptNo": "",
"transDate": "",
"transTime": {
"hour": 0,
"minute": 0,
"second": 0,
"nano": 0
},
"transNo": "",
"transAmount": 0.0,
"transCcy": "",
"opAccountNo": "",
"opAccountName": "",
"receiptType": "",
"voucherNo": "",
"voucherType": "",
"remarks": "",
"extraRemarks": "",
"receiptId": "",
"transId": "",
"businessCode": "",
"reservedText": "",
"base64": "",
"fileId": "",
"url": "",
"fileType": "",
"md5Code": "",
"custom": {
"": {}
},
"createdBy": "",
"updatedBy": "",
"createdAt": "",
"updatedAt": ""
}
],
"timestamp": ""
}