预约订单推送接口


  • 此接口需要第三方平台实现,小度预约服务之后,哈哈云将预约消息推向第三方

HTTP方法


POST

HTTP URL

  • 第三方提供url给哈哈云

Header参数


Body数据


参数 类型 必需 描述
orderId string 预约订单号
customerName string 服务对象姓名
identityNo string 服务对象身份证号码
reservationType string 预约类型HOME_CARE:居家照护,HOME_BED:家床,ELDERLY_SUIT:适老化,LONG_PROTECTION:长护险
contractNo string 联系电话
itemId string 服务项目id 新增时字段值必存在 取消时字段值不存在
itemName string 服务项目名称 新增时字段值必存在 取消时字段值不存在
remark string 预约备注
customerAddress string 服务对象地址
tenantId string 租户id
tenantName string 租户名称
orgId string 所属节点id
orgName string 所属节点名称
createTime string 预约提交时间,格式:yyyy-MM-dd HH:mm:ss
reservationSource string 预约来源 XIAODU:小度 APPLETS:C端小程序
status string 预约单状态 INIT:待派单 CANCEL:已作废

请求示例

{
    "orderId": "1559015799484305408",
    "customerName": "搞老二",
    "identityNo": "7217341273891242",
    "reservationType": "HOME_CARE",
    "contractNo": "155550511",
    "itemId": "111111",
    "itemName": "服务项目名",
    "remark": "",
    "customerAddress": "北京市雨花台区",
    "tenantId": "1559015799484305408",
    "tenantName": "租户名称",
    "orgId": "1559015799484305408",
    "orgName": "所属节点名称",
    "createTime": "2022-10-20 22:10:21",
    "reservationSource": "XIAODU",
    "status": "INIT"
}

HTTP响应


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

正常响应

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

results matching ""

    No results matching ""