预约单状态修改


  • 哈哈云提供接口,第三方平台调用,预约单状态修改

HTTP方法


POST

HTTP URL

/v1/workorder/reservation/status/set

Header参数


  • Content-Type采用 application/json
  • 认证相关头字段,请参考wsse认证

Body数据


参数 类型 必需 描述
orderId string 订单号
status string 状态 DISPATCH:已派单 CANCEL:已取消

请求示例

{
    "orderId": "156856516",
    "status": "DISPATCH"
}

HTTP响应


参数 类型 描述
code int 状态码,0为成功,非0为失败
message string 对于状态码的简单描述

正常响应

{
    "code": 0,
    "message": "Success"
}

results matching ""

    No results matching ""