文档中心 > API类目 > 天猫服务平台

alibaba.msfservice.extrafee.queryextrafeerecordlist (查询收费报价单列表)

查询收费报价单列表

公共参数

请求参数

名称 类型 是否必须 示例值 更多限制 描述
worker_id Number 必须 20230418421739 工人ID
identifytask_id Number 必须 247749001 核销单ID

响应参数

名称 类型 示例值 描述
result Result result
  • result_data
  • ResultData []
  • 1
  • 数据返回结果
  • content_detail_list
  • ContentDetailList []
  • contentDetailList
  • └ unit_price
  • String
  • 50
  • unitPrice
  • └ service_code
  • String
  • 灯具安装
  • serviceCode
  • └ count
  • String
  • 0.1
  • count
  • └ charge_item_name
  • String
  • 安装高度≥3m
  • chargeItemName
  • └ description
  • String
  • 计费=(实际高度-3)*50元/米
  • description
  • └ charge_group_name
  • String
  • 超高费
  • chargeGroupName
  • └ category_name
  • String
  • 超高费
  • categoryName
  • └ prevision
  • String
  • 2
  • prevision
  • └ unit
  • String
  • unit
  • └ name
  • String
  • 安装高度≥3m
  • name
  • └ id
  • String
  • 77
  • id
  • └ category
  • String
  • 37
  • category
  • └ charge_item_type
  • String
  • 1
  • chargeItemType
  • └ worker_id
  • String
  • 20230418421739
  • workerId
  • └ identifytask_id
  • String
  • 247749003
  • identifytaskId
  • └ pay_type
  • String
  • unpay
  • payType
  • └ workcard_ids
  • String
  • 861319004
  • workcardIds
  • └ price
  • String
  • 55
  • price
  • └ id
  • String
  • 12721
  • id
  • └ worker_name
  • String
  • 云文
  • workerName
  • └ pay_status
  • String
  • 0
  • payStatus
  • └ status
  • String
  • 1
  • status
  • └ success
  • Boolean
  • true
  • success
  • └ system_error
  • String
  • 系统异常
  • systemError
  • └ msg_info
  • String
  • 系统异常
  • msgInfo
  • └ msg_code
  • String
  • 500
  • msgCode

请求示例

  • JAVA
  • .NET
  • PHP
  • CURL
  • Python
  • C/C++
  • NodeJS
TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret);
AlibabaMsfserviceExtrafeeQueryextrafeerecordlistRequest req = new AlibabaMsfserviceExtrafeeQueryextrafeerecordlistRequest();
req.setWorkerId(20230418421739L);
req.setIdentifytaskId(247749001L);
AlibabaMsfserviceExtrafeeQueryextrafeerecordlistResponse rsp = client.execute(req, sessionKey);
System.out.println(rsp.getBody());

响应示例

  • XML示例
  • JSON示例
<alibaba_msfservice_extrafee_queryextrafeerecordlist_response>
    <result>
        <result_data>
            <result_data>
                <content_detail_list>
                    <content_detail_list>
                        <unit_price>50</unit_price>
                        <service_code>灯具安装</service_code>
                        <count>0.1</count>
                        <charge_item_name>安装高度≥3m</charge_item_name>
                        <description>计费=(实际高度-3)*50元/米</description>
                        <charge_group_name>超高费</charge_group_name>
                        <category_name>超高费</category_name>
                        <prevision>2</prevision>
                        <unit>米</unit>
                        <name>安装高度≥3m</name>
                        <id>77</id>
                        <category>37</category>
                        <charge_item_type>1</charge_item_type>
                    </content_detail_list>
                </content_detail_list>
                <worker_id>20230418421739</worker_id>
                <identifytask_id>247749003</identifytask_id>
                <pay_type>unpay</pay_type>
                <workcard_ids>861319004</workcard_ids>
                <price>55</price>
                <id>12721</id>
                <worker_name>云文</worker_name>
                <pay_status>0</pay_status>
                <status>1</status>
            </result_data>
        </result_data>
        <success>true</success>
        <system_error>系统异常</system_error>
        <msg_info>系统异常</msg_info>
        <msg_code>500</msg_code>
    </result>
</alibaba_msfservice_extrafee_queryextrafeerecordlist_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

返回
顶部