| 字段名 | 类型 | 说明 |
|---|---|---|
code | int | 状态码,0=成功 |
desc | string | 状态描述 |
data− |
object | 业务数据(成功时返回) |
invoiceType |
string | 发票种类(电子普通发票/专用发票/全电发票等) |
invoiceCode |
string | 发票代码 |
invoiceNum |
string | 发票号码 |
invoiceDate |
string | 开票日期 |
totalAmount |
string | 合计金额(不含税) |
totalTax |
string | 合计税额 |
amountInFiguers |
string | 价税合计(小写) |
amountInWords |
string | 价税合计(大写) |
checkCode |
string | 校验码 |
purchaserName |
string | 购买方名称 |
purchaserRegisterNum |
string | 购买方纳税人识别号 |
purchaserAddress |
string | 购买方地址及电话 |
purchaserBank |
string | 购买方开户行及账号 |
sellerName |
string | 销售方名称 |
sellerRegisterNum |
string | 销售方纳税人识别号 |
sellerAddress |
string | 销售方地址及电话 |
sellerBank |
string | 销售方开户行及账号 |
payee |
string | 收款人 |
checker |
string | 复核人 |
noteDrawer |
string | 开票人 |
remarks |
string | 备注 |
province |
string | 省份 |
city |
string | 城市 |
agent |
string | 是否代开 |
commodityName |
array | 货物名称([{row, word}]) |
commodityAmount |
array | 金额([{row, word}]) |
commodityTaxRate |
array | 税率([{row, word}]) |
commodityTax |
array | 税额([{row, word}]) |
request_id | string | 请求追踪ID |
{
"code": 0,
"desc": "success",
"data": { ... },
"request_id": "abc123..."
}
{
"code": 999,
"desc": "错误描述",
"request_id": "abc123..."
}
© 网程科技(林州网程科技有限公司) | 豫ICP备2025120409号-2 | 豫B2-20230220 | 豫公网安备 41058102000262号