[
{
"fileSubType": "string",
"businessEntityName": "string",
"accountingYear": "string",
"accountingPeriod": "string",
"fileName": "string",
"fileUrl": "string",
"base64": "string",
"md5Code": "string",
"accountSetNo": "string"
}
]curl --location --request POST '/open/accountingReport/v3/importBatch' \
--header 'Authorization: {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"fileSubType": "string",
"businessEntityName": "string",
"accountingYear": "string",
"accountingPeriod": "string",
"fileName": "string",
"fileUrl": "string",
"base64": "string",
"md5Code": "string",
"accountSetNo": "string"
}
]'{
"errData": [
{
"index": 0,
"errorMsg": "",
"fileSubType": "",
"businessEntityName": "",
"accountingYear": "",
"accountingPeriod": "",
"fileName": "",
"fileUrl": "",
"base64": "",
"md5Code": "",
"accountSetNo": ""
}
],
"code": 0,
"message": "",
"errMsg": "",
"data": {
"successAmount": 0
},
"timestamp": ""
}