Authorization: Bearer ********************
[
{
"ID": "string",
"create_name": "string",
"create_by": "string",
"create_date": "string",
"oper_step_code": "string",
"oper_step_name": "string",
"update_name": "string",
"update_by": "string",
"update_date": "string",
"sys_org_code": "string",
"sys_company_code": "string"
}
]
curl --location --request POST '/businesslink/downloadexcel' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"ID": "string",
"create_name": "string",
"create_by": "string",
"create_date": "string",
"oper_step_code": "string",
"oper_step_name": "string",
"update_name": "string",
"update_by": "string",
"update_date": "string",
"sys_org_code": "string",
"sys_company_code": "string"
}
]'
{
"code": 10000,
"message": "success",
"data": "string"
}