订单开票 - 提交
创建于 2021-10-15 / 最近更新于 2021-10-15 /
874
字体:
[默认]
[大]
[更大]
简要描述
订单开票提交
接口版本
版本号 | 制定人 | 制定日期 | 修订日期 |
---|---|---|---|
1.0.0 | Devil | 2020-09-29 |
请求URL
plugins/index&pluginsname=distribution&pluginscontrol=extraction&pluginsaction=applysave
请求方式
POST
公共参数
参数名 | 是否必须 | 类型 | 默认值 | 描述 |
---|---|---|---|---|
application | 是 | string | web | 请求应用、参考公共中详解 |
application_client_type | 是 | string | pc | 请求客户端、参考公共中详解 |
token | 否 | string | token |
请求参数
{
"invoice_type": 2,
"apply_type": 1,
"invoice_content": "你好阿",
"invoice_title": "上海纵之格科技有限公司",
"address": "上海市闵行区陈行路2388号5幢511",
"ids": "216,214",
"invoice_account": "121937969510301",
"invoice_address": "上海市奉贤区肖塘路255弄10号1层",
"invoice_bank": "上海纵之格科技有限公司",
"invoice_code": "91310120MA1HWHB21C",
"invoice_tel": "021-88888888",
"name": "龚哥哥",
"tel": "13222222222",
"type": "order",
"user_note": "备注信息哦"
}
参数名 | 是否必须 | 类型 | 默认值 | 描述 |
---|---|---|---|---|
invoice_type | 是 | string | 发票类型 | |
apply_type | 是 | string | 申请类型 | |
invoice_content | 是 | string | 发票内容 | |
invoice_title | 是 | string | 发票抬头 | |
ids | 是 | string | 订单id | |
invoice_account | 是 | string | 企业信用代码编号 | |
invoice_address | 是 | string | 企业注册地址 | |
invoice_bank | 是 | string | 企业开户行名称 | |
invoice_code | 是 | string | 企业注册地址 | |
invoice_tel | 是 | string | 企业联系电话 | |
name | 是 | string | 联系人 | |
tel | 是 | string | 联系电话 | |
address | 是 | string | 详细地址 | |
type | 是 | string | 类型(订单order) | |
user_note | 是 | string | 备注信息 |
返回示例
正确时返回
{
"msg": "操作成功",
"code": 0,
"data": ""
}
返回参数说明 -> data
无
备注
更多返回错误代码请看首页的错误代码描述
0 人点赞过