{
" file ": "文件对象",
" lrrid ": "用户ID",
" lrrmc ": "用户名称",
" createEmp ": "用户工号",
" nsrsbh ": "纳税人识别号",
" jtNsrsbh": "集团纳税人识别号"
}
curl --location --request POST 'https://api2.htjs.net/csxxh/skgxfw-api-master-api-saas/fpsb/fpsbCySaveByFile.do' \
--header 'Date;' \
--header 'host;' \
--header 'x-htjs-nonce;' \
--header 'x-htjs-ua;' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
" file ": "文件对象",
" lrrid ": "用户ID",
" lrrmc ": "用户名称",
" createEmp ": "用户工号",
" nsrsbh ": "纳税人识别号",
" jtNsrsbh": "集团纳税人识别号"
}'
{
"code": "返回代码",
"msg": "提示信息",
"data": "数据对象"
}