{
"billTypeCode": "billTypeCode",
"data": "" //json数据
}
curl --location --request POST 'https://api-dev.piaozone.com/test/m3/bill/unencrypted/xbrl/json2xbrl?access_token=&reqid=1624601109096123' \
--header 'Content-Type: application/json' \
--data-raw '{
"billTypeCode": "billTypeCode",
"data": "" //json数据
}'
{
"data": {}, //{xbrl字符串},
"description": "成功",
"errcode": "0000"
}