文档
测试

预约明细查询

POST
wncrm_appointment_scheduling/appointment_alldata

接口描述

响应参数见预约详情响应式参数

请求参数

参数名
类型
描述
必填
timeIntervalStart
String
预约开始时间
必填
timeIntervalEnd
String
预约结束时间
必填
doctorName
String
预约员工
必填
likeNameOrPhone
String
患者姓名或电话后4位
必填
appointmentDepartmentId
int
预约科室
必填
doctorType
int
项目类别
必填
status
int
预约状态
必填
limit
int
当前页数
必填
page
int
返回条数
必填

返回参数补充

参数名
类型
描述
必填
pages
int
总共多少页
必填
limitCount
int
总共多少条数据
必填

请求示例

{ "timeIntervalStart":"2021-07-02", "timeIntervalEnd":"2021-07-02", "likeNameOrPhone":null, "appointmentDepartmentId":null, "status":null, "limit":1, "page":2 }

响应示例

{ "msg": "成功", "code": 200, "success": true, "data": { "pages": 1, "limitCount": 2, "indexData": [ { "id": 1, "uid": 153289, "childId": 1, "userUuid": null, "institutionId": null, "doctorId": 846, "doctorIdTypetwo": 7550, "doctorIdTypethree": 7432, "appointDt": "2021-07-02", "appointStartTm": "14:00", "appointEndTm": "16:00", "appointUsername": "友人a", "appointUserBirthday": "1990-02-01", "appointUserIdcard": null, "appointUserPhone": "12365498712", "appointUserAge": 31, "ageMonth": null, "appointUserGender": 1, "appointDesc": "咕咕咕咕咕", "calendarRecordId": null, "creatorId": 846, "attachment": "Uploads/Yunao/20210524/234206xh.png", "creatorName": "鲍医生", "proxySt": null, "paySt": null, "payTradeNo": null, "status": 4, "checkInTime": "2021-07-02 14:41:07", "cancellationTime": "2021-07-02 14:41:07", "cancellerName": "鲍医生", "reasonForCancellation": "咕咕咕了", "updateTm": null, "createTm": null, "doctorIdName": "鲍医生", "doctorIdTypetwoName": "刘治疗师", "doctorIdTypethreeName": "营销顾问1", "receivableAmount": 0, "memberId": "P2020120244", "serviceTypePlusModelData": [ { "id": 1, "itemId": 1, "appointDt": "2021-07-02", "startTime": "13:00", "endTime": "13:45", "appointDuration": "45", "appointmentMergeId": 1, "itemName": "333", "itemDuration": 120, "dtAppointmentMergeModels": null }, { "id": 3, "itemId": 43, "appointDt": "2021-07-02", "startTime": "15:30", "endTime": "16:00", "appointDuration": "30", "appointmentMergeId": 1, "itemName": "ceshi 1", "itemDuration": null, "dtAppointmentMergeModels": null } ] }, { "id": 2, "uid": 149918, "childId": 0, "userUuid": null, "institutionId": null, "doctorId": 2693, "doctorIdTypetwo": 7550, "doctorIdTypethree": 7432, "appointDt": "2021-07-02", "appointStartTm": "16:00", "appointEndTm": "17:00", "appointUsername": "滴滴人", "appointUserBirthday": "1992-03-05", "appointUserIdcard": null, "appointUserPhone": "15169815514", "appointUserAge": 29, "ageMonth": null, "appointUserGender": 1, "appointDesc": "咕咕咕", "calendarRecordId": null, "creatorId": 846, "attachment": "Uploads/Picture/workorder/2021-07-07/null_1625630195377_huaji.jpg", "creatorName": "鲍震渊", "proxySt": null, "paySt": null, "payTradeNo": null, "status": 4, "checkInTime": "2021-07-02 14:45:16", "cancellationTime": "2021-07-02 14:45:16", "cancellerName": "鲍震渊", "reasonForCancellation": "下次一定", "updateTm": null, "createTm": null, "doctorIdName": "张三测试11", "doctorIdTypetwoName": "刘治疗师", "doctorIdTypethreeName": "营销顾问1", "receivableAmount": 0, "memberId": "P2020070009", "serviceTypePlusModelData": [ { "id": 2, "itemId": 2, "appointDt": "2021-07-02", "startTime": "14:30", "endTime": "15:30", "appointDuration": "60", "appointmentMergeId": 2, "itemName": "222", "itemDuration": 0, "dtAppointmentMergeModels": null } ] } ] } }