Authorization: Bearer ********************{
"accountId": "3398785",
"holdingFundReqList": [
{
"fundName": "永赢睿信混合C",
"fundCode": "019432",
"tradeDate": "2024-08-18 15:26:50",
"tradeType": "30",
"volume": 5872.19,
"targetFundName": "",
"targetFundCode": ""
},
{
"fundName": "汇添富国证港股通创新药ETF发起式联接C",
"fundCode": "021031",
"tradeDate": "2024-07-31 22:13:49",
"tradeType": "30",
"volume": 3000.00,
"targetFundName": "",
"targetFundCode": ""
},
{
"fundName": "汇添富国证港股通创新药ETF发起式联接C",
"fundCode": "021031",
"tradeDate": "2024-07-31 22:13:09",
"tradeType": "30",
"volume": 5000.00,
"targetFundName": "",
"targetFundCode": ""
},
{
"fundName": "富国上证科创板综合价格ETF联接C",
"fundCode": "023738",
"tradeDate": "2024-05-30 15:42:20",
"tradeType": "30",
"volume": 1.00,
"targetFundName": "",
"targetFundCode": ""
},
{
"fundName": "富国上证科创板综合价格ETF联接C",
"fundCode": "023738",
"tradeDate": "2024-03-17 19:05:09",
"tradeType": "30",
"volume": 100.00,
"targetFundName": "",
"targetFundCode": ""
}
]
}curl --location --request POST '/ma/holding/importOcrFundTradeRecord' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"accountId": "3398785",
"holdingFundReqList": [
{
"fundName": "永赢睿信混合C",
"fundCode": "019432",
"tradeDate": "2024-08-18 15:26:50",
"tradeType": "30",
"volume": 5872.19,
"targetFundName": "",
"targetFundCode": ""
},
{
"fundName": "汇添富国证港股通创新药ETF发起式联接C",
"fundCode": "021031",
"tradeDate": "2024-07-31 22:13:49",
"tradeType": "30",
"volume": 3000.00,
"targetFundName": "",
"targetFundCode": ""
},
{
"fundName": "汇添富国证港股通创新药ETF发起式联接C",
"fundCode": "021031",
"tradeDate": "2024-07-31 22:13:09",
"tradeType": "30",
"volume": 5000.00,
"targetFundName": "",
"targetFundCode": ""
},
{
"fundName": "富国上证科创板综合价格ETF联接C",
"fundCode": "023738",
"tradeDate": "2024-05-30 15:42:20",
"tradeType": "30",
"volume": 1.00,
"targetFundName": "",
"targetFundCode": ""
},
{
"fundName": "富国上证科创板综合价格ETF联接C",
"fundCode": "023738",
"tradeDate": "2024-03-17 19:05:09",
"tradeType": "30",
"volume": 100.00,
"targetFundName": "",
"targetFundCode": ""
}
]
}'{}