{
"tenant_id": "string",
"associated_info": [
0
],
"id_list": [
0
],
"start_date": "string",
"end_date": "string",
"start_created_time": "string",
"end_created_time": "string",
"source_note_code": [
"string"
],
"source_serial_number": [
"string"
],
"source_batch_no": [
"string"
],
"source_order_code": [
"string"
],
"page_no": 1,
"page_size": 1
}
curl --location --request POST '/open-api/receivable/query-receivable' \
--header 'Content-Type: application/json' \
--data-raw '{
"tenant_id": "string",
"associated_info": [
0
],
"id_list": [
0
],
"start_date": "string",
"end_date": "string",
"start_created_time": "string",
"end_created_time": "string",
"source_note_code": [
"string"
],
"source_serial_number": [
"string"
],
"source_batch_no": [
"string"
],
"source_order_code": [
"string"
],
"page_no": 1,
"page_size": 1
}'
{
"code": "",
"msg": "",
"data": {
"current_page_no": 0,
"page_size": 0,
"total": 0,
"total_pages": 0,
"records": [
{
"our_info": {
"rec_id": "",
"rec_account_number": "",
"rec_account_name": "",
"currency_code": "",
"currency_name": "",
"apply_org_id": "",
"apply_org_code": "",
"apply_org_name": "",
"org_id": "",
"org_code": "",
"org_name": "",
"bank_code": "",
"bank_Name": ""
},
"opp_info": {
"pay_name": "",
"counterparty_id": 0
},
"trade_info": {
"rec_date": "",
"amount": "",
"received_amount": "",
"rec_way_code": "",
"rec_way_name": "",
"rec_biz_type_code": "",
"rec_biz_type_name": "",
"commission": "",
"reason": "",
"description": "",
"submit_by": "",
"status": "",
"status_name": ""
},
"note_info": {
"source_note_code": "",
"source_order_code": "",
"source_serial_number": "",
"bank_serial_number": ""
},
"other_info": {
"source": 0,
"source_name": "",
"extension_info": ""
},
"contract_info": [
{
"contract_code": "",
"contract_funditem": "",
"contract_currency_code": "",
"contract_amount": ""
}
],
"invoice_info": [
{
"invoice_code": "",
"currency_code": "",
"amount": "",
"description": "",
"invoice_date": "",
"tax_rate": ""
}
]
}
]
}
}