- 请阅读
- Auth
- 目录
- 其他
- 第三方
- 住院登记
- 住院结算
- 门诊结算
- 费用清单
- 结算历史
- 患者
- 打印
- 统计
- 挂号
- 用血报销
- his接口模拟
- py费用上传
- 用户权限GET
- 登录POST
- 患者列表GET
- 下载已对照目录GET
- 登录-工号POST
- 未命名接口GET
- 登陆 by 操作员POST
退费
开发中
DELETE
/registration/{jshid}
最后修改时间:2023-11-09 02:21:19
请求参数
Path 参数
jshid
string
必需
Header 参数
Authorization
string
可选
默认值:
Bearer {{Token}}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request DELETE '/registration/' \
--header 'Authorization: Bearer {{Token}}'
返回响应
🟢200成功
application/json
Body
success
boolean
退费是否全部成功
is_mis
boolean
是否要退mis
ewm
string | null
医保电子凭证
mis
object
mis数据
time
string
时间
amount
string
金额
order_no
string
订单号自定义
trade_no
string
参考号12位
status
object | null
必需
settle
object | null
医保结算
offsite
object | null
共济或个账
ewm
object | null
东营市个账
triage
object | null
分诊台通知
示例
{
"success": true,
"is_mis": true,
"ewm": "string",
"mis": {
"time": "string",
"amount": "string",
"order_no": "string",
"trade_no": "string"
},
"status": {
"settle": {
"success": true,
"msg": "string"
},
"offsite": {
"success": true,
"msg": "string"
},
"ewm": {
"success": true,
"msg": "string"
},
"triage": {
"success": true,
"msg": "string"
}
}
}