taobao.auction.zc.itemdetail.query (资产标的详情查询)

资产标的详情查询对外TOP接口

公共参数

请求参数

名称 类型 是否必须 示例值 更多限制 描述
item_id Number 必须 0 拍品id

响应参数

名称 类型 示例值 描述
result Result4Top APi返回结果
  • └ success
  • Boolean
  • true
  • 服务调用是否成功,成功返回true
  • └ error_code
  • String
  • 错误code
  • 错误码
  • value
  • ItemDetailForTopvo
  • 返回结果对象
  • └ apply_count
  • Number
  • 1
  • 保证金缴纳人数
  • └ title
  • String
  • xxx关于xxx的拍卖
  • 拍品标题
  • remain_info
  • RemainInfo
  • 拍品尾款相关信息
  • └ remain_amount
  • Number
  • 100
  • 尾款金额
  • └ remain_pay_time
  • String
  • 2000-06-14 00:00:00
  • 尾款支付时间
  • └ remain_pay_status
  • String
  • 未支付
  • 尾款支付状态:1、未支付; 2、已支付; 3、未走线上支付
  • fund_info
  • FundInfo
  • 资金相关信息(保证金和变卖预售款)
  • └ paid_type
  • String
  • 线上交保
  • 资金缴纳类型:1、免交保;2、线下交保;3、线上交保
  • └ deposit_paid_amount
  • Number
  • 200
  • 资金缴纳金额
  • └ deposit_paid_time
  • String
  • 2000-06-14 00:00:00
  • 资金支付时间
  • └ type
  • String
  • 保证金
  • 资金类型:1、保证金;2:变卖预交款
  • └ deposit_transfer_time
  • String
  • 2000-06-14 00:00:00
  • 资金转移到商家的时间
  • └ start_time
  • String
  • 2000-06-14 00:00:00
  • 拍卖开始时间
  • └ auction_period
  • String
  • 第一次拍卖
  • 拍卖阶段:第一次拍卖、第二次拍卖、再次拍卖、重新拍卖、变卖
  • deal_info
  • DealInfo
  • 成交信息
  • └ winner_card_type
  • String
  • 身份证
  • 成交人证件类型:身份证、企业营业执照、组织机构代码证、统一社会信用代码、台胞证、港澳证、护照
  • └ deal_price
  • Number
  • 300
  • 成交价格
  • └ winner_code
  • String
  • A2341
  • 成交人竞买号
  • └ winner_card_id
  • String
  • **************553X
  • 成交人证件号,脱敏数据,只保留后四位
  • └ start_price
  • Number
  • 10000
  • 起拍价:单位/分
  • └ deposit_amount
  • Number
  • 280000
  • 保证金金额:单位/分
  • └ publish_time
  • String
  • 2000-06-14 00:00:00
  • 拍品发布时间
  • └ case_no
  • String
  • 破产案号
  • └ bm_prepay_amount
  • Number
  • 1000000
  • 变卖预付款:单位/分
  • └ item_id
  • Number
  • 1234
  • 拍品Id
  • └ bid_count
  • Number
  • 1
  • 拍品总计出价次数
  • └ end_time
  • String
  • 2000-06-14 00:00:00
  • 拍卖结束时间
  • └ image_list
  • String []
  • 拍品图片列表
  • └ status
  • String
  • 正在进行
  • 拍品状态:即将开始、正在进行、已中止、已撤回、交易未履行、竞拍成功、已流拍、已以物抵债
  • └ error_msg
  • String
  • 错误msg
  • 服务错误信息,为空表示没有错误信息

请求示例

  • JAVA
  • .NET
  • PHP
  • CURL
  • Python
  • C/C++
  • NodeJS
TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret);
AuctionZcItemdetailQueryRequest req = new AuctionZcItemdetailQueryRequest();
req.setItemId(0L);
AuctionZcItemdetailQueryResponse rsp = client.execute(req);
System.out.println(rsp.getBody());

响应示例

  • XML示例
  • JSON示例
<auction_zc_itemdetail_query_response>
    <result>
        <success>true</success>
        <error_code>错误code</error_code>
        <value>
            <apply_count>1</apply_count>
            <title>xxx关于xxx的拍卖</title>
            <remain_info>
                <remain_amount>100</remain_amount>
                <remain_pay_time>2000-06-14 00:00:00</remain_pay_time>
                <remain_pay_status>未支付</remain_pay_status>
            </remain_info>
            <fund_info>
                <paid_type>线上交保</paid_type>
                <deposit_paid_amount>200</deposit_paid_amount>
                <deposit_paid_time>2000-06-14 00:00:00</deposit_paid_time>
                <type>保证金</type>
                <deposit_transfer_time>2000-06-14 00:00:00</deposit_transfer_time>
            </fund_info>
            <start_time>2000-06-14 00:00:00</start_time>
            <auction_period>第一次拍卖</auction_period>
            <deal_info>
                <winner_card_type>身份证</winner_card_type>
                <deal_price>300</deal_price>
                <winner_code>A2341</winner_code>
                <winner_card_id>**************553X</winner_card_id>
            </deal_info>
            <start_price>10000</start_price>
            <deposit_amount>280000</deposit_amount>
            <publish_time>2000-06-14 00:00:00</publish_time>
            <case_no>无</case_no>
            <bm_prepay_amount>1000000</bm_prepay_amount>
            <item_id>1234</item_id>
            <bid_count>1</bid_count>
            <end_time>2000-06-14 00:00:00</end_time>
            <image_list>
                <string>无</string>
            </image_list>
            <status>正在进行</status>
        </value>
        <error_msg>错误msg</error_msg>
    </result>
</auction_zc_itemdetail_query_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

返回
顶部