文档中心 > API类目 > 阿里健康挂号号源直连

qimen.alibaba.alihealth.register.order (新号源直连预约下单)

新号源直连医院列表查询

公共参数

请求参数

名称 类型 是否必须 示例值 更多限制 描述
hosOrgNo String 必须 1000 医院机构No
hosDistinctCode String 可选 1000 院区代码
patientName String 必须 张三 患者名称
cardNumber String 必须 110111111 患者证件号
cardTypeCode String 必须 01 证件类型
telephone String 必须 13800138000 患者手机号
resourceId String 必须 12 排班号源ID
resourceDetailId String 必须 1212 号源明细ID
flowSourceCode String 必须 1212 预约来源编号
flowSourceName String 必须 名称 预约来源名称
alipayId String 必须 208800000 登录用户支付宝ID
cardNo String 可选 21121 就诊卡号
cardPass String 可选 xxx 就诊卡密码
extInfo String 可选 {\"address\":\"xxx\"} 下单扩展信息
alihealthUserId String 可选 1800000230000000 健康用户ID

响应参数

名称 类型 示例值 描述
success Boolean true 是否成功
errorCode String INPUT_ERROR 错误码
errorMessage String 输入错误 错误信息
data String 现有json字符串 返回json数据

请求示例

{"hosOrgNo":"1000","patientName":"张三","cardPass":"xxx","resourceId":"12","telephone":"13800138000","alihealthUserId":"1800000230000000","cardNo":"21121","extInfo":"{\\\"address\\\":\\\"xxx\\\"}","flowSourceCode":"1212","hosDistinctCode":"1000","cardTypeCode":"01","alipayId":"208800000","cardNumber":"110111111","flowSourceName":"名称","resourceDetailId":"1212"}

响应示例

{
    "success":true,
    "errorCode":"INPUT_ERROR",
    "errorMessage":"输入错误",
    "data":"现有json字符串"
}

验签示例

{"success":"false","errorMessage":"Illegal request","errorCode":"sign-check-failure"}

错误码解释

错误码 错误描述 解决方案
isp.http-read-timeout
response-body-parse-error

API工具

FAQ

返回
顶部