文档
测试

确认预约

POST
/app/vaccine/confirm

请求参数

参数名
类型
描述
必填
patientCode
String
病例编号
必填
scheduleId
String
排班编号
必填
dayStartTime
String
预约开放时间
必填
dayEndTime
String
预约结束时间
必填
couponCode
String
核销码
必填
vaccineCode
String
疫苗编号
必填

说明 / 示例

//院区名称 clinicName; //院区地址 clinicAddress; //经度 longitude; //纬度 latitude; //科室code deptCode //科室名称 departmentName; //医生code doctorCode; //医生姓名 doctorName; //医生职称 title; //医生头像url doctorImageUrl; //医生国籍 nationality; //就诊人姓名 patientName; //就诊人Code patientCode; // 就诊人id private Long patientId; //就诊日期 patientDate; //就诊日期(星期) patientDateWeek; //预约时间 subscribeTime; //预约开始时间 endTime; //预约结束时间 endTime; //预约状态 subscribeStatus; //预约状态名称 subscribeStatusName; //结算方式 1-自费 paymentMethod; //取消时间段 cancelTimeSlot; //小程序预约状态: 1.自助预约 0.电话预约 2.客服预约 reserveStateApplet; //可预约就诊类型: 1.门诊 2.其他 apptType; //可预约就诊类型名称 apptTypeName; //订单编号 orderCode; //下单订单 orderCreateTime; //订单状态 orderStatus; // 优惠价格 couponPrice; //疫苗价格 packagePrice; //实付金额 paidPrice; //验劵code couponCode; //排班ID scheduleId; //排班开始时间 scheduleStartTime; //排班结束时间 scheduleEndTime;