文档中心 > API类目 > 酒店在线预订API

taobao.xhotel.commoninvoice.list.vtwo (用户常用发票信息查询接口)

获取用户常用发票信息接口

公共参数

请求参数

名称 类型 是否必须 示例值 更多限制 描述

响应参数

名称 类型 示例值 描述
result ResultSet 查询结果集
  • └ success
  • Boolean
  • false
  • 是否成功标记
  • └ error_code
  • String
  • 0
  • errorCode
  • └ error_msg
  • String
  • 0
  • errorMsg
  • results
  • CommonInvoiceInfo []
  • 常用发票信息
  • value_added_info
  • ValueAddedInfo
  • 专票信息
  • └ tel
  • String
  • 0571-12132232
  • 电话
  • └ register_addr
  • String
  • 杭州市余杭区和睦路1号
  • 注册地址
  • └ account_no
  • String
  • 60012121
  • 银行账号
  • └ opening_bank
  • String
  • 中国人民银行
  • 开户行
  • └ tax_no
  • String
  • 2323232
  • 税号
  • └ invoice_type
  • Number
  • 1
  • 发票类型(1:普通发票;2:增值税专用发票)
  • └ invoice_attr
  • Number
  • 0
  • 发票属性 (0:公司;1:个人)
  • └ company_title
  • String
  • 浙江未来酒店
  • 发票抬头
  • └ user_id
  • Number
  • 23231
  • 淘宝用户id
  • └ invoice_id
  • Number
  • 3121
  • 发票id
  • └ email
  • String
  • xiaoer@taobao.com
  • 个人email
  • └ phone
  • String
  • 13812345678
  • 个人手机号

请求示例

  • JAVA
  • .NET
  • PHP
  • CURL
  • Python
  • C/C++
  • NodeJS
TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret);
XhotelCommoninvoiceListVtwoRequest req = new XhotelCommoninvoiceListVtwoRequest();
XhotelCommoninvoiceListVtwoResponse rsp = client.execute(req, sessionKey);
System.out.println(rsp.getBody());

响应示例

  • XML示例
  • JSON示例
<xhotel_commoninvoice_list_vtwo_response>
    <result>
        <success>false</success>
        <error_code>0</error_code>
        <error_msg>0</error_msg>
        <results>
            <common_invoice_info>
                <value_added_info>
                    <tel>0571-12132232</tel>
                    <register_addr>杭州市余杭区和睦路1号</register_addr>
                    <account_no>60012121</account_no>
                    <opening_bank>中国人民银行</opening_bank>
                    <tax_no>2323232</tax_no>
                </value_added_info>
                <invoice_type>1</invoice_type>
                <invoice_attr>0</invoice_attr>
                <company_title>浙江未来酒店</company_title>
                <user_id>23231</user_id>
                <invoice_id>3121</invoice_id>
                <email>xiaoer@taobao.com</email>
                <phone>13812345678</phone>
            </common_invoice_info>
        </results>
    </result>
</xhotel_commoninvoice_list_vtwo_response>

异常示例

  • XML示例
  • JSON示例
<error_response>
    <code>50</code>
    <msg>Remote service error</msg>
    <sub_code>isv.invalid-parameter</sub_code>
    <sub_msg>非法参数</sub_msg>
</error_response>

错误码解释

错误码 错误描述 解决方案

API工具

如何获得此API

FAQ

返回
顶部