# 红字信息表审核
# 应用场景
调用该接口可以审核红字发票信息确认单
# 地址
/tax-api/invoice/redform-audit/v1
# 请求参数
| 参数名称 | 类型 | 必填 | 描述 | 示例 |
|---|---|---|---|---|
| terminal_code | string | 是 | 税盘号: 全电发票同当前商户税号 | 914403001234567890 |
| taxpayer_num | string | 是 | 商户税号 | 914403001234567890 |
| audit_result | string | 是 | 审核结果 0-拒绝 1-确认 | 1 |
| confirm_info_uuid | string | 是 | 全电时必填:全电红字信息确认单uuid | a35494ab1e7f49e59ae30be9ac321cb5 |
# 响应参数
| 字段 | 类型 | 必须 | 描述 |
|---|---|---|---|
| code | int32 | 是 | 状态码 |
| message | string | 是 | 状态描述 |
# 请求示例
{
"taxpayer_num":"91440300723000000R",
"terminal_code":"0",
"audit_result":"1",
"confirm_info_uuid":"a35494ab1e7f49e59ae30be9ac321cb5"
}
# 响应示例
{
"code": 0,
"message": "成功",
}