获取开票信息接口

接口: entInvoiceInfo/list POST JSON

请求参数

参数 类型 必须 默认值 主键 描述
subsidiaryBizCodes array N 业务实体编码数组
updatedAtStart string N 发票信息更新开始时间,返回 updatedAtStart(包括)之后的数据
updatedAtEnd string N 发票信息更新结束时间,返回 updatedAtEnd(包括)之前的数据

注意:

  • updatedAtStart、updatedAtEnd 时间的格式为 yyyy-MM-dd HH:mm:ss,时区 GMT+8
示例

根据业务实体编码和更新时间查询开票信息

{
    "subsidiaryBizCodes": ["SBC123"],
    "updatedAtStart":"2020-09-20 00:00:00",
    "updatedAtEnd":"2020-09-25 00:00:00"
}

返回数据

参数 类型 描述
code string 业务编码
subsidiaryBizCode string 业务实体业务编码
entInvoiceTitle string 公司抬头
dutyParagraph string 纳税人识别号
bankCode string 开户银行
bankAccount string 银行账号
entAddress string 单位地址
entPhone string 电话号码
comments string 开票备注
updatedAt string 更新时间 (格式 yyyy-MM-dd HH:mm:ss,时区 GMT+8)
createdAt string 创建时间 (格式 yyyy-MM-dd HH:mm:ss,时区 GMT+8)
formerEntInvoiceTitle string 公司抬头曾用名
expiryDateOfFormerInvoiceTitle string 曾用名过期日期 (格式 yyyy-MM-dd,时区 GMT+8)

返回数据(成功)

{
    "code":"ACK",
    "message":"",
    "data":[
        {
          "code": "EIN1801051M1WGPA8",
          "subsidiaryBizCode": "SBC123",
          "entInvoiceTitle": "杭州每刻科技有限公司",
          "dutyParagraph": "9900XXX",
          "bankCode": "icbc",
          "bankAccount": "3356892928572762",
          "entAddress": "杭州钱塘新区万晶湖畔中心A幢15楼",
          "entPhone": "400-6789-576",
          "comments": "备注",
          "updatedAt": "2022-05-09 17:00:00",
          "formerInvoiceTitle":"杭州每刻科技有限公司-曾用名",
          "expiryDateOfFormerInvoiceTitle":"2022-10-20"
        }
    ],
    "args":null,
    "linkDetail":false,
    "last":true,
    "nonBizError":false
}

results matching ""

    No results matching ""