# 查询订单预览

# 简介

用于查询订单以及订单客诉信息,目前仅返回已支付的订单信息。

# 服务提供方

享道

# 接口URL

/openapi/order/queryOrderOverview

# 请求方式

POST

# 请求频次

单次

# 请求参数

参数名称 类型 必选 说明
timestamp long 请求时间,Unix Timestamp单位毫秒
start_date string 用车开始时间,yyyy-MM-dd HH:mm:ss
end_date string 用车结束时间,yyyy-MM-dd HH:mm:ss
page int 页码,从1开始
size int 每页数量,最大100

# 响应参数

参数名称 类型 必有 说明
errCode int 服务响应状态,参见附录5
errMsg string 服务响应状态说明,参见附录5
content object
content.orders list 订单列表
content.orders.order_id string 享道订单号
content.orders.status string 订单状态,参见附录3
content.orders.is_in_complaint boolean 是否在客诉中
content.total int 总订单数
content.total_page int 总页数