新增发票信息(专票)
简要描述
- 新增发票信息接口(专票)
请求URL
http://xx.com/api/confirmInfo/newInvoice_exclusive
请求方式
- POST
参数
参数名 | 必选 | 类型 | 说明 |
---|---|---|---|
FP_exclusive_name | 是 | string | 单位名称 |
FP_exclusive_taxNum | 是 | string | 纳税识别码 |
FP_exclusive_address | 是 | string | 地址 |
FP_exclusive_bank | 是 | string | 开户行 |
FP_exclusive_phone | 是 | string | 注册电话 |
FP_exclusive_account | 是 | string | 银行账号 |
返回示例
{
"code": 0,
"msg":"成功添加",
"data": null
}
备注
- 更多返回错误代码请看首页的错误代码描述