健康侧调用isv修改用户预约时间
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
isv_reserve_id | String | 必须 | 1234567 | isv侧预约标识码 | |
reserve_date | String | 必须 | 2020-05-12 | 预约日期,格式yyyy-MM-dd | |
period_code | String | 必须 | 1 | 分时编码(和获取排期时的时段编码对应) |
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
response_status | Number | 1 | 1成功2失败3未知 |
response_code | String | 00000 | 响应码:00000成功,其他失败,具体含义见接口字段含义 |
response_message | String | 请求成功 | 返回错误描述,当响应码为 00000 时,此字段无实际含义。其余情况下为错误的具体描述 |
{"period_code":"1","isv_reserve_id":"1234567","reserve_date":"2020-05-12"}
{ "response_status":1, "response_code":"00000", "response_message":"请求成功" }
{"response_code":"sign-check-failure","response_status":"不等于1","response_message":"Illegal request"}
错误码 | 错误描述 | 解决方案 |
---|