简要描述:

  • 队列登记

接口版本:

版本号 制定人 制定日期 修订日期
3.9.0 朱小乾 2023-10-19

请求URL:

  • /api/mobileGuide/record/QueueRegistraction

请求方式:

  • POST

请求头:

参数名 是否必须 类型 说明
Content-Type string 请求类型: application/json

请求参数:

参数名 是否必须 类型 说明
patName string 姓名
exameeTagId int 类型
gender string 性别
idCard string 身份证号
age int 年龄
mobile string 手机号
priorityStrategyId int 优先策略
outNo string 体检好
queueId int 队列号

返回示例:

正确时返回:

  1. queueId

错误时返回:

  1. {
  2. "code": 12,
  3. "message": "未查询到用户,登记失败",
  4. "data": null
  5. }

返回参数说明:

参数名 类型 说明
data int 用户的记录Id

备注:

-

文档更新时间: 2023-10-19 14:45