Authorization: Bearer ********************
红字发票信息表编号 红票报账(报账进项税额<0)时必填
{
"bzdNo": "FAW-00000001",
"companyCode": "W92",
"invoiceList": [
{
"verifyStatus": "1",
"billingTime": 1699891200000,
"amt": 555.00,
"tax": 1.80,
"invoiceNo": "5555555",
"invoicecode": "444444"
}
],
"voucherList": [
{
"docNO": "05002",
"dcindic": "D",
"account": "112233",
"accountName": "112233",
"lineNo": "1",
"amt": 555.00
}
],
"reversalNum": "112740",
"operationtype": "1",
"docNO": "05002",
"dataSource": "1",
"postDate": "2022-11-11"
}
curl --location --request POST 'https://sit-rep-tax-tmf.faw.cn/FA-0101_APP_TBF/api-dev/invoice/taiRedInvoiceApi/bzdLink' \
--header 'U_ID: yangjie_icss' \
--header 'Authorization: Bearer eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiJjaGVuemhlbmdndWFuX3FtIiwiY3JlYXRlZCI6MTczNDM5NTc3ODcyOCwiaWRtaWQiOiJ1MTAxMTA3MzgiLCJleHAiOjE3MzUwMDA1NzgsInVwa2lkIjoiMTYyMDY1ODU5MzQ3NjQ0NDE2MSJ9.z5SQNNfWtdhSrc1tm4Wr11V_zUl7qeASxKM6RJ7kycEkaArVZjuy25SFXRC8pLMYzhhEaPccahFogcm6EfJ8Rg' \
--header 'Content-Type: application/json' \
--data-raw '{
"bzdNo": "FAW-00000001",
"companyCode": "W92",
"invoiceList": [
{
"verifyStatus": "1",
"billingTime": 1699891200000,
"amt": 555.00,
"tax": 1.80,
"invoiceNo": "5555555",
"invoicecode": "444444"
}
],
"voucherList": [
{
"docNO": "05002",
"dcindic": "D",
"account": "112233",
"accountName": "112233",
"lineNo": "1",
"amt": 555.00
}
],
"reversalNum": "112740",
"operationtype": "1",
"docNO": "05002",
"dataSource": "1",
"postDate": "2022-11-11"
}'
{
"retCode": "Y",
"retMsg": "关联/取消关联成功"
}