POST Doctor/BindSurveys

问卷权限和医生绑定接口

Request Information

URI Parameters

None.

Body Parameters

BindSurveysPars
NameDescriptionTypeAdditional information
openid

openid

string

None.

platKey

platKey

string

None.

SurveyMainId

问卷id

integer

None.

phone

电话

string

None.

code

验证码

string

None.

Request Formats

application/json, text/json

Sample:
{
  "code": "200",
  "data": {
    "openid": "sample string 1",
    "platKey": "sample string 2",
    "SurveyMainId": 3,
    "phone": "sample string 4",
    "code": "sample string 5"
  },
  "msg": null
}

application/xml, text/xml

Sample:
<BindSurveysPars xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HL.Basis.Web.Models.Parameter">
  <SurveyMainId>3</SurveyMainId>
  <code>sample string 5</code>
  <openid>sample string 1</openid>
  <phone>sample string 4</phone>
  <platKey>sample string 2</platKey>
</BindSurveysPars>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

问卷权限和医生绑定接口

string

Response Formats

application/json, text/json

Sample:
{
  "code": "200",
  "data": "sample string 1",
  "msg": null
}

application/xml, text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>