POST DoctorWard/ConfirmDoctorWard
确认守护
Request Information
URI Parameters
None.
Body Parameters
ConfDoctorWardPars| Name | Description | Type | Additional information |
|---|---|---|---|
| family_id |
账户ID |
integer |
None. |
| doctor_id |
医生ID |
integer |
None. |
| confirmtype |
确认类型(1拒绝,2同意) |
integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"code": "200",
"data": {
"family_id": 1,
"doctor_id": 2,
"confirmtype": 3
},
"msg": null
}
application/xml, text/xml
Sample:
<ConfDoctorWardPars xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HL.Basis.Web.Models.Parameter"> <confirmtype>3</confirmtype> <doctor_id>2</doctor_id> <family_id>1</family_id> </ConfDoctorWardPars>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
确认守护
booleanResponse Formats
application/json, text/json
Sample:
{
"code": "200",
"data": true,
"msg": null
}
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>