文档中心 > API类目 > 菜鸟末端商业

qimen.cainiao.cntec.locallife.communitylife.queryorder (社区服务工厂订单查询)

菜鸟通过此接口查询工厂订单详情

公共参数

请求参数

名称 类型 是否必须 示例值 更多限制 描述
orderNo String 必须 xxx 厂商系统工单号
feature String 可选 xxx 扩展json字段

响应参数

名称 类型 示例值 描述
orderNo String xxx 厂商系统工单号
orderStatus String xxx 订单状态
customerName String xxx 客户姓名
customerPhone String 13879468521 客户联系电话
expectDate String 2017-07-01 00:00:00 期望上门日期
appointDate String 2017-07-01 00:00:00 预约时间
feature String {} 扩展字段
isSuccess Boolean false 是否成功
status String xxx 响应状态码
errMsg String xxx 错误信息

请求示例

{"orderNo":"xxx","feature":"xxx"}

响应示例

{
    "orderNo":"xxx",
    "orderStatus":"xxx",
    "customerName":"xxx",
    "customerPhone":"13879468521",
    "expectDate":"2017-07-01 00:00:00",
    "appointDate":"2017-07-01 00:00:00",
    "feature":"{}",
    "isSuccess":false,
    "status":"xxx",
    "errMsg":"xxx"
}

验签示例


                                

错误码解释

错误码 错误描述 解决方案

API工具

FAQ

返回
顶部