取消履约单,通知服务商
| 名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
|---|---|---|---|---|---|
| isvAppointmentRecordId | String | 可选 | 10000123 | 服务商系统履约记录id | |
| appointmentRecordId | String | 可选 | 2000111111 | 健康履约记录id | |
| cancellationReasonDetail | String | 可选 | CUSTOMER_CANCEL | 取消原因明细 CUSTOMER_CANCEL、NURSE_CANCEL |
| 名称 | 类型 | 示例值 | 描述 |
|---|---|---|---|
| resultStatus | String | SUCCESS | SUCCESS:取消成功。 FAIL:取消失败。 UNKNOWN:未知。 |
| resultMsg | String | error_msg | 结果消息 |
| resultCode | String | error_code | 结果码,由isv定义并返回 |
{"isvAppointmentRecordId":"10000123","appointmentRecordId":"2000111111","cancellationReasonDetail":"CUSTOMER_CANCEL"}
{
"resultStatus":"SUCCESS",
"resultMsg":"error_msg",
"resultCode":"error_code"
}
{"resultStatus":"不等于SUCCESS","resultCode":"sign-check-failure","resultMsg":"Illegal request"}
| 错误码 | 错误描述 | 解决方案 |
|---|