POST Doctor/SpreadInfo
获取推广大使信息
Request Information
URI Parameters
None.
Body Parameters
DoctorPars| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
id |
integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"code": "200",
"data": {
"id": 1
},
"msg": null
}
application/xml, text/xml
Sample:
<DoctorPars xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HL.Basis.Web.Models.Parameter"> <id>1</id> </DoctorPars>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
获取推广大使信息
SpreadInfoResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
主键 |
integer |
None. |
| Name |
姓名 |
string |
None. |
| Phone |
电话 |
string |
None. |
| HeadImg |
头像 |
string |
None. |
| Title |
职称 |
string |
None. |
| describe |
简介 |
string |
None. |
| province |
省份 |
string |
None. |
| city |
城市 |
string |
None. |
| area |
区域 |
string |
None. |
| spreadtype |
推广类型 |
integer |
None. |
| certificate |
资格证书 |
string |
None. |
| approvetype |
审批状态 |
integer |
None. |
| approvemessage |
审批消息 |
string |
None. |
| hospitalDESC |
医院描述 |
string |
None. |
| hospitaltype |
医院类型 |
integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"code": "200",
"data": {
"Id": 1,
"Name": "sample string 2",
"Phone": "sample string 3",
"HeadImg": "sample string 4",
"Title": "sample string 5",
"describe": "sample string 6",
"province": "sample string 7",
"city": "sample string 8",
"area": "sample string 9",
"spreadtype": 10,
"certificate": "sample string 11",
"approvetype": 12,
"approvemessage": "sample string 13",
"hospitalDESC": "sample string 14",
"hospitaltype": 15
},
"msg": null
}
application/xml, text/xml
Sample:
<SpreadInfoResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HL.Basis.Web.Models.Result"> <HeadImg>sample string 4</HeadImg> <Id>1</Id> <Name>sample string 2</Name> <Phone>sample string 3</Phone> <Title>sample string 5</Title> <approvemessage>sample string 13</approvemessage> <approvetype>12</approvetype> <area>sample string 9</area> <certificate>sample string 11</certificate> <city>sample string 8</city> <describe>sample string 6</describe> <hospitalDESC>sample string 14</hospitalDESC> <hospitaltype>15</hospitaltype> <province>sample string 7</province> <spreadtype>10</spreadtype> </SpreadInfoResult>