API接口文档

订单开票 - 提交

创建于 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 人点赞过