{
"invoiceCode": "发票代码",
"invoiceNo": "发票号码",
"nsrsbh": "纳税人识别号"
}
curl --location --request POST 'https://api2.htjs.net/csxxh/skgxfw-api-master-api-saas/fpsb/delete/cjxx' \
--header 'Date;' \
--header 'host;' \
--header 'x-htjs-nonce;' \
--header 'x-htjs-ua;' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"invoiceCode": "发票代码",
"invoiceNo": "发票号码",
"nsrsbh": "纳税人识别号"
}'
{
"code": "返回代码",
"msg": "提示信息"
}