发单预校验接口
POST
/v1/inspection功能: 发单之前先校验发单数据,提高发单成功率,支持接送机订单预校验
支持运力: 所有运力
请求参数
Header 参数
Content-Type
string
必需
示例值:
application/x-www-form-urlencoded
Authorization
string
必需
示例值:
Bearer domain|{access_token}
Body 参数application/x-www-form-urlencoded
product
string
必需
{"product_type":"private-car","rid必须包含产品类型和运力类型
示例值:
{"product_type":"private-car","ride_type":"compact"}
origin
string
接驾地点信息
示例值:
{"lng":116.312615,"lat":40.058922,"name":"西二旗地铁站","address":"上地十街"}
destination
string
目的地信息
示例值:
{"lng":116.344434,"lat":39.998568,"name":"五道口购物中心","address":"成府路"}
map_type
string
可选
坐标系类型,默认soso,支持坐标系见备注
示例值:
soso
o_type
string
可选
订单类别,3 - 航班接机,4 - 航班送机,5 - 列车接站,6 - 列车送站。注:如果 不能提供 航班号/列车号和出发时间,本字段请勿赋值
示例值:
3
traffic_no
string
可选
(o_type为空时可选,否则必须提供) 航班号/列车号
示例值:
CA786
traffic_date
string
可选
(o_type为空时可选,否则必须提供) 航班/列车出发或到达日期。格式:Y-m-d,2016-08-30
示例值:
2017-01-19
date_type
string
可选
支持按航班/列车的到达时间提交数据。0:traffic_date为出发时间,1:traffic_date为到达时间
示例值:
1
departure_time
string
可选
2016-03-01T10:00:00+0800,用户选择的出行时间,默认为当前时间,支持ISO8601格式和timestamp格式
示例值:
2017-01-19 04:35:00
示例代码
返回响应
成功(200)
失败(400)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
error
string
必需
error_detail
string
必需
示例
未设置
最后修改时间: 3 年前