文档中心 > API类目 > 天猫好房用户API

tmall.alihouse.customer.clue.out.invest.total.data.back.flow (外投统计数据回流接口)

外投统计数据回流接口

公共参数

请求参数

名称 类型 是否必须 示例值 更多限制 描述
req CustomerClueOutInvestDataBackFlowReq 必须 入参
  • └ type
  • Number
  • 必须
  • 1
  • 类型 1.经纪人 2. 门店 3.城市
  • └ data
  • String
  • 必须
  • [{"id":64,"store_id":3,"storeName":"222333444555666777","aliDayTSendRate":2,"aliDayTcSend":2,"aliDayTnSend":1,"aliOrderTSendRate":1,"aliOrderTcSend":1,"aliOrderTnSend":1,"aliUv":1,"allLzSendRate":1,"allLzcSend":1,"allLznSend":1,"businessType":1,"createTime":"2022-03-31 21:23:12","fcDayTSendRate":1,"fcDayTcSend":1,"fcDayTnSend":1,"fcLzSendRate":1,"fcLzcSend":1,"fcLznSend":1,"fcOrderTSendRate":1,"fcOrderTcSend":1,"fcOrderTnSend":1,"fcUv":1,"replyImAll":1,"replyImRate":0,"sendImAll":1,"statisticsDate":"2022-04-02","totalCSend":1,"totalDayTSendRate":1,"totalDayTcSend":1,"totalDayTnSend":1,"totalNSend":11,"totalSendRate":0,"totalUv":1,"updateTime":"2022-03-31 21:23:12"}]
  • json数据

响应参数

名称 类型 示例值 描述
result Result 响应
  • └ code
  • String
  • success
  • 返回码
  • └ msg
  • String
  • 成功
  • 返回信息
  • └ success
  • String
  • true
  • 处理结果

请求示例

  • JAVA
  • .NET
  • PHP
  • CURL
  • Python
  • C/C++
  • NodeJS
TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret);
TmallAlihouseCustomerClueOutInvestTotalDataBackFlowRequest req = new TmallAlihouseCustomerClueOutInvestTotalDataBackFlowRequest();
TmallAlihouseCustomerClueOutInvestTotalDataBackFlowRequest.CustomerClueOutInvestDataBackFlowReq obj1 = new TmallAlihouseCustomerClueOutInvestTotalDataBackFlowRequest.CustomerClueOutInvestDataBackFlowReq();
obj1.setType(1L);
obj1.setData("[{\"id\":64,\"store_id\":3,\"storeName\":\"222333444555666777\",\"aliDayTSendRate\":2,\"aliDayTcSend\":2,\"aliDayTnSend\":1,\"aliOrderTSendRate\":1,\"aliOrderTcSend\":1,\"aliOrderTnSend\":1,\"aliUv\":1,\"allLzSendRate\":1,\"allLzcSend\":1,\"allLznSend\":1,\"businessType\":1,\"createTime\":\"2022-03-31 21:23:12\",\"fcDayTSendRate\":1,\"fcDayTcSend\":1,\"fcDayTnSend\":1,\"fcLzSendRate\":1,\"fcLzcSend\":1,\"fcLznSend\":1,\"fcOrderTSendRate\":1,\"fcOrderTcSend\":1,\"fcOrderTnSend\":1,\"fcUv\":1,\"replyImAll\":1,\"replyImRate\":0,\"sendImAll\":1,\"statisticsDate\":\"2022-04-02\",\"totalCSend\":1,\"totalDayTSendRate\":1,\"totalDayTcSend\":1,\"totalDayTnSend\":1,\"totalNSend\":11,\"totalSendRate\":0,\"totalUv\":1,\"updateTime\":\"2022-03-31 21:23:12\"}]");
req.setReq(obj1);
TmallAlihouseCustomerClueOutInvestTotalDataBackFlowResponse rsp = client.execute(req, sessionKey);
System.out.println(rsp.getBody());

响应示例

  • XML示例
  • JSON示例
<tmall_alihouse_customer_clue_out_invest_total_data_back_flow_response>
    <result>
        <code>success</code>
        <msg>成功</msg>
        <success>true</success>
    </result>
</tmall_alihouse_customer_clue_out_invest_total_data_back_flow_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

返回
顶部