API接口目录

平台业务

商品API
价格API
库存API
销售准备API
交易API
退货退款API(新)
财务API
店铺API
物流API
促销API
分销API
发票API
招商API
换货API
互动营销API
退货退款API
客服API
平台营销API
风控API
会员通API
账房API
财务记账API
异常码自查工具
suning.custom.openinvoiceinfo.query 获取开票信息
¥免费

获取开票信息

公共参数
请求参数
名称 类型 是否必须 示例值 描述
supplierCodeStringY70056434商家编码
响应参数
名称 类型 示例值 描述
invoiceHeadString发票抬头发票抬头
invoiceTypeString增值税普通发票发票类型:增值税普通发票 增值税专用发票
taxRegistrationNumString1234567890税务登记号
openingBankString建设银行开户银行
bankAccountString509258192584开户银行账号
businessAddressString南京市南京市玄武区地址
businessPhoneString025-02345678电话
billWayListString
billWayCodeString1开票方式:1增值税电子普通发票 2增值税纸质普通发票 3增值税纸质专用发票
billWayNameString增值税电子普通发票开票方式名称
请求示例
  • XML示例
  • JSON示例
复制全部代码
                                <sn_request>
  <sn_body>
    <queryBillinfo>
      <supplierCode>70056434</supplierCode>
    </queryBillinfo>
  </sn_body>
</sn_request>

                                
                                {
  "sn_request": {
    "sn_body": {
      "queryBillinfo": {
        "supplierCode": "70056434"
      }
    }
  }
}
                                
响应示例
  • XML示例
  • JSON示例
复制全部代码
                              <sn_responseContent>
  <sn_body>
    <queryBillinfo>
      <bankAccount>509258192584</bankAccount>
      <taxRegistrationNum>1234567890</taxRegistrationNum>
      <invoiceHead>发票抬头</invoiceHead>
      <invoiceType>增值税普通发票</invoiceType>
      <businessPhone>025-02345678</businessPhone>
      <businessAddress>南京市南京市玄武区</businessAddress>
      <billWayList>
        <billWayCode>1</billWayCode>
        <billWayName>增值税电子普通发票</billWayName>
      </billWayList>
      <openingBank>建设银行</openingBank>
    </queryBillinfo>
  </sn_body>
</sn_responseContent>

                              
                              {
  "sn_responseContent": {
    "sn_body": {
      "queryBillinfo": {
        "bankAccount": "509258192584",
        "taxRegistrationNum": "1234567890",
        "invoiceHead": "发票抬头",
        "invoiceType": "增值税普通发票",
        "businessPhone": "025-02345678",
        "businessAddress": "南京市南京市玄武区",
        "billWayList": [
          {
            "billWayCode": "1",
            "billWayName": "增值税电子普通发票"
          }
        ],
        "openingBank": "建设银行"
      }
    }
  }
}
                              
异常示例
  • XML示例
  • JSON示例
复制全部代码

  
  	API异常码
  	异常码中文描述
  

                           	  
{
  "sn_responseContent": {
    "sn_error": {
      "error_code": "API异常码",
      "error_msg": "异常码中文描述"
    }
  }
}
                           		
业务异常码
异常码 错误描述 解决方案
biz.custom.queryopeninvoiceinfo.missing-parameter:* 参数必填 请检查此参数的值,*号表示参数字段名
biz.custom.queryopeninvoiceinfo.format-error:* 参数格式错误 请检查此参数的值,*号表示参数字段名
biz.custom.queryopeninvoiceinfo.length-overlong:* 参数的值超过规定长度 请检查此参数的值,*号表示参数字段名
biz.custom.querybillinfo.format-error:* 参数格式错误 请检查此参数的值,*号表示参数字段名
biz.custom.querybillinfo.length-overlong:* 参数的值超过规定长度 请检查此参数的值,*号表示参数字段名
biz.custom.querybillinfo.missing-parameter:* 参数必填 请检查此参数的值,*号表示参数字段名
biz.handler.data-get:no-result 查询没结果 请检查查询参数
isp.sys.service.unavailable.mbc 服务不可用 请联系苏宁技术人员
biz.custom.querybillinfo.invalid-biz:100 开票信息不存在 请联系苏宁人员
biz.custom.queryopeninvoiceinfo.invalid-biz:101 商家编码不存在或无效 请检商家编码
公共异常码
API工具
FAQ