[
{
"fileSubType": "string",
"businessEntityName": "string",
"accountingYear": "string",
"accountingPeriod": "string",
"fileName": "string",
"fileUrl": "string",
"base64": "string",
"md5Code": "string"
}
]curl --location --request POST '/open/accountingBook/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"
}
]'{
"code": 0,
"message": "",
"errMsg": "",
"data": false,
"timestamp": ""
}