淘天物流部--物流客服工单创建广播服务商接口
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
request | WorkOrderIssueRequest | 必须 | 请求的根节点 | ||
|
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
response | WorkOrderIssueResponse | 返回 | |
|
<?xml version="1.0" encoding="UTF-8"?> <response> <request> <customer_type>4</customer_type> <extension>{key:value}</extension> <work_order_code>LW1000012233</work_order_code> <category_code>BEFORE-TIMEOUT</category_code> <attachments> <attachmentsItem>1,2,3</attachmentsItem> </attachments> <expire_time>2023-08-23 00:00:00</expire_time> <description>上门取件前-超时催上门取件</description> <priority>0</priority> <biz_order_code>123456</biz_order_code> <work_order_type>0</work_order_type> <work_order_task> <task_expire_time>2023-08-23 00:00:00</task_expire_time> <task_status>1</task_status> <structural_replys> <structural_replysItem> <reply_supplements> <reply_supplement> <reply_supplementItem> <field_label>网点联系人</field_label> <field_name>contactName</field_name> <field_type>string</field_type> <require>true</require> <field_value>""</field_value> </reply_supplementItem> </reply_supplement> </reply_supplements> <reply_value>101</reply_value> <reply_label>已派单待取件-包裹激增</reply_label> <operate_type>0</operate_type> </structural_replysItem> </structural_replys> <description>TASK123456</description> <task_start_time>2023-08-22 00:00:00</task_start_time> <attachments> <attachmentsItem></attachmentsItem> </attachments> </work_order_task> <start_time>2023-08-22 00:00:00</start_time> <customer_name>工单发起者名称</customer_name> <category>上门取件前-超时催上门取件</category> <status>1</status> <scenario_code>110</scenario_code> <goods_infos> <goods_info> <goods_infoItem> <goods_pic_url>url</goods_pic_url> <goods_name>测试</goods_name> <sku_name>测试</sku_name> <goods_quantity>10</goods_quantity> <return_quantity>10</return_quantity> <return_goods_amount>100</return_goods_amount> <actual_payment_amount>100</actual_payment_amount> </goods_infoItem> </goods_info> </goods_infos> <biz_order_type>0</biz_order_type> </request> </response>
<response> <biz_error_msg>参数不合法</biz_error_msg> <success>true</success> <biz_error_code>PARAM_ERROR</biz_error_code> </response>
<?xml version="1.0" encoding="UTF-8"?>
错误码 | 错误描述 | 解决方案 |
---|---|---|
response-body-parse-error |