{
"org_code": "string",
"org_name": "string",
"account_number_list": [
"string"
],
"start_date_time": "string",
"end_date_time": "string",
"page_no": 0,
"page_size": 0
}
curl --location --request POST 'openapi/accounttrans/querythirdaccountrans' \
--header 'Content-Type: application/json' \
--data-raw '{
"org_code": "string",
"org_name": "string",
"account_number_list": [
"string"
],
"start_date_time": "string",
"end_date_time": "string",
"page_no": 0,
"page_size": 0
}'
{
"code": "string",
"msg": "string",
"data": {
"current_page_no": 0,
"page_size": 0,
"total": 0,
"total_pages": 0,
"records": [
{
"id": 1,
"our_info": {
"account_number": null,
"virtual_account_number": "string",
"currency_code": "string",
"current_balance": 0,
"bank_code": "string",
"bank_name": "string",
"org_code": "string",
"org_name": "string",
"country_code": null
},
"opp_info": {
"opp_account_number": null,
"opp_account_name": null,
"opp_bank": null
},
"trade_info": {
"trans_date": "2019-08-24",
"trans_date_time": null,
"trans_time_stamp": -9223372036854776000,
"trans_way": -128,
"trans_amount": -10000000000000000,
"purpose": null,
"summary": null,
"memo": null
},
"note_info": {
"ask_number": "string",
"third_party_serial_number": "string"
},
"third_party_info": {
"third_party_commission": 0,
"third_party_tran_type": "string",
"third_party_biz_type": "string",
"third_party_goods_name": "string",
"third_party_benefit_amount": 0,
"third_party_refund_amount": 0,
"third_party_benefit_refund_amount": 0,
"third_party_identity_code": "string",
"third_party_biz_code": "string",
"third_party_trans_biz_type": "string",
"third_party_biz_refund_number": "string",
"third_party_refund_number": "string",
"third_party_refund_state": "string",
"third_party_refund_type": "string",
"third_party_goods_nums": 0,
"third_party_withdraw_date": null,
"third_party_payment_reference": "string",
"third_party_payment_status": "string"
},
"label_info": {
"is_advance": 0,
"transaction_audit_state": 0,
"is_charge_against": 0,
"is_bank_enterprise": 0,
"is_deleted": 0
},
"other_info": {
"source": 0,
"extension_info": "string"
}
}
]
}
}