获取预约详情
请求方式: 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 |