POST api/ShenYangSTD/RefOrder
取消订单
请求的信息
URI参数
None.
Body参数
ShenYangSTDOrderCancelRequest| 名称 | 描述 | 类型 | 其它信息 |
|---|---|---|---|
| orderId |
订单编号 |
string |
None. |
| prescriptionId |
处方号 |
string |
None. |
| reasonRecocation |
撤销原因 |
string |
None. |
| revokeAuditResult |
撤销审核结果 1.审核通过可以撤销0审核不通过 |
string |
None. |
| recocationReview |
撤销审核意见 |
string |
None. |
| phmCode |
药店编码 |
string |
None. |
| phmOptor |
药店操作员 |
string |
None. |
| auditTime |
审核时间 |
string |
None. |
请求格式
application/json, text/json
Sample:
{
"orderId": "sample string 1",
"prescriptionId": "sample string 2",
"reasonRecocation": "sample string 3",
"revokeAuditResult": "sample string 4",
"recocationReview": "sample string 5",
"phmCode": "sample string 6",
"phmOptor": "HwAdmin",
"auditTime": "2025-11-06 02:42:26"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
响应信息
资源描述
CustomJsonResultOfShenYangSTDBaseResponse| 名称 | 描述 | 类型 | 其它信息 |
|---|---|---|---|
| Content | ShenYangSTDBaseResponse |
None. |
响应格式
application/json, text/json
Sample:
{
"content": {
"$id": "2",
"code": "sample string 1",
"message": "sample string 2",
"responseData": {
"$id": "3"
}
}
}