taobao.auction.zc.jzhk.demandlist.pagequery (精准获客需求列表查询)

精准获客需求列表查询

公共参数

请求参数

名称 类型 是否必须 示例值 更多限制 描述
list_query ListQuery 必须 列表查询对象
  • └ user_nick
  • String
  • 必须
  • xxx淘宝账号001
  • 机构淘宝账号昵称
  • └ current_page
  • Number
  • 必须
  • 1
  • 页码
  • └ page_size
  • Number
  • 必须
  • 10
  • 单页条数
  • └ list_type
  • Number
  • 必须
  • 1
  • 列表类型,1 全部、2待完善、3成交待付款、4智能推荐

响应参数

名称 类型 示例值 描述
total_item Number 317 总条数
total_page Number 32 总页数
current_page Number 2 当前页码
page_size Number 10 每页条数
results DemandListVO [] 需求列表
  • └ acquisition_status
  • Number
  • 1
  • 精准获客状态(1获客中,2获客结束,3获客成功)
  • └ acquisition_status_desc
  • String
  • 获客中
  • 获客状态描述
  • └ acquisition_id
  • Number
  • 21232131
  • 精准获客id
  • └ item_id
  • Number
  • 312321321
  • 标的id
  • └ biz_type_desc
  • String
  • 普通资产
  • 标的资产类型描述
  • └ item_title
  • String
  • xxxx拍品
  • 标的标题
  • └ item_status
  • Number
  • 0
  • 标的状态(0:编辑中; 1:即将开始; 2:正在进行; 6:已流拍; 7:已撤回 ;8:已中止; 9:已成交; 10:已结束 ;11:暂缓 ;12:已撤拍 )
  • └ item_status_desc
  • String
  • 未出价
  • 标的状态描述
  • └ item_pic_url
  • String
  • http://xxx.png
  • 标的图片地址
  • └ case_no
  • String
  • (20xx)京0x民事3x号
  • 案号
  • └ institution_name
  • String
  • xxx机构
  • 机构名称
  • └ cost
  • Number
  • 3123
  • 费用
  • └ need_finish_info
  • Boolean
  • true
  • 是否需要完善信息
  • └ need_to_pay
  • Boolean
  • true
  • 是否需要支付
  • └ is_old_data
  • Boolean
  • false
  • 是否为旧数据
  • └ is_sys_auto_submit
  • Boolean
  • true
  • 是否系统自动提交
  • └ pub_time
  • String
  • 2023-11-15 16:52:36
  • 标的发布时间
  • └ item_url
  • String
  • https://zc-item.taobao.com/auction/xxx.htm
  • 标的URL
  • └ execution_applicant
  • String
  • 测试公司
  • 申请执行人(根据案号反查)
  • └ apply_count
  • Number
  • 1
  • 报名人数
  • └ bid_count
  • Number
  • 1
  • 出价人数
  • └ subscribe_count
  • Number
  • 1
  • 订阅人数/关注人数
  • └ view_count
  • Number
  • 1
  • 围观人数
result_code String PACKAGE_EXPIRE 结果code
result_msg String 查询失败:xxxx 结果信息描述

请求示例

  • JAVA
  • .NET
  • PHP
  • CURL
  • Python
  • C/C++
  • NodeJS
TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret);
AuctionZcJzhkDemandlistPagequeryRequest req = new AuctionZcJzhkDemandlistPagequeryRequest();
AuctionZcJzhkDemandlistPagequeryRequest.ListQuery obj1 = new AuctionZcJzhkDemandlistPagequeryRequest.ListQuery();
obj1.setUserNick("xxx淘宝账号001");
obj1.setCurrentPage(1L);
obj1.setPageSize(10L);
obj1.setListType(1L);
req.setListQuery(obj1);
AuctionZcJzhkDemandlistPagequeryResponse rsp = client.execute(req);
System.out.println(rsp.getBody());

响应示例

  • XML示例
  • JSON示例
<auction_zc_jzhk_demandlist_pagequery_response>
    <total_item>317</total_item>
    <total_page>32</total_page>
    <current_page>2</current_page>
    <page_size>10</page_size>
    <results>
        <demand_list_v_o>
            <acquisition_status>1</acquisition_status>
            <acquisition_status_desc>获客中</acquisition_status_desc>
            <acquisition_id>21232131</acquisition_id>
            <item_id>312321321</item_id>
            <biz_type_desc>普通资产</biz_type_desc>
            <item_title>xxxx拍品</item_title>
            <item_status>0</item_status>
            <item_status_desc>未出价</item_status_desc>
            <item_pic_url>http://xxx.png</item_pic_url>
            <case_no>(20xx)京0x民事3x号</case_no>
            <institution_name>xxx机构</institution_name>
            <cost>3123</cost>
            <need_finish_info>true</need_finish_info>
            <need_to_pay>true</need_to_pay>
            <is_old_data>false</is_old_data>
            <is_sys_auto_submit>true</is_sys_auto_submit>
            <pub_time>2023-11-15 16:52:36</pub_time>
            <item_url>https://zc-item.taobao.com/auction/xxx.htm</item_url>
            <execution_applicant>测试公司</execution_applicant>
            <apply_count>1</apply_count>
            <bid_count>1</bid_count>
            <subscribe_count>1</subscribe_count>
            <view_count>1</view_count>
        </demand_list_v_o>
    </results>
    <result_code>PACKAGE_EXPIRE</result_code>
    <result_msg>查询失败:xxxx</result_msg>
</auction_zc_jzhk_demandlist_pagequery_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

返回
顶部