| orderNo |
string |
yes |
首约订单号 |
| partnerOrderNo |
string |
yes |
合作方订单号 |
| status |
string |
yes |
订单状态 |
| bookingDate |
string |
no |
用车时间:1、用车时间根据渠道特定需要返回;2、用车时间只在司机接单或改派状态返回 |
| driverInfo |
object |
no |
当status值为accepted或reassign时为必选,参见回调示例 |
| feeInfo |
object |
no |
当status值为completed时为必选,参见回调示例 |
| finalStatus |
object |
no |
当status值为order_finished时为必选,参见回调示例 |
| customerServiceInfo |
object |
no |
当status值为sys_canceled、cs_canceled时为必选,参见回调示例 |
| chargeInfo |
object |
no |
当status值为offline_pay时为必选,参见回调示例 |
refundInfo |
object |
no |
当status值为cs_refund时为必选,参见回调示例(后续不再对接,请对接投诉通知) |
| cancelFee |
string |
no |
取消费,客服取消sys_canceled/系统取消cs_canceled返回,如果没有则返回0(新增字段),参见回调示例 |
| passingPoints |
Object |
no |
completed状态时,如果有途径点会返回:参见回调示例 |