业主预约

更新时间:2022-10-25 18:44:59

接口说明

获取预约详情

基本信息

请求方式: POST

请求路径:

https://prod.open-api.mysre.cn/yfopenapi/xmlfjt/checkroom/appointment/enroll

请求参数

参数名 参数位置 参数类型 必填 默认值 示例 描述
o query string retesting 租户code
owner_id body string 业主id
appointment_id body string 预约id
interval_id body string 时段id
follower_count body number 0 同行人数量
follower_list body array 同行人列表
follower_list.name body string 同行人名称
follower_list.id_type body string 同行人证件类型
follower_list.id_code body string 同行人证件
follower_list.mobile body string 同行人手机号
other_requirements body string 补充说明
checkroom_type body string worksite 验房方式;现场验房:worksite,在线验房:online
type body string normal 普通:normal,加号:extra

请求示例

{
    "owner_id":"",
        "appointment_id":"",
        "interval_id":"",
        "follower_list":[{
             "name":"",
                "id_type":"",
                "id_code":"",
                "mobile":""
         }],
        "other_requirements":"",
      "checkroom_type":"",
        "type":"normal"
}

返回成功示例

{
    "errcode":0,
  "errmsg":"",
  "data":{}
}

返回参数说明(成功)

参数名 参数类型 描述
errcode number 0,成功
errmsg string
data object

失败返回示例

{
    "errcode":1,
  "errmsg":"",
  "data":{}
}

返回参数说明(失败)

参数名 参数类型 描述
errcode number
errmsg string
data object

results matching ""

    No results matching ""