POST api/yygh/getschemebydoctorcode

Request Information

URI Parameters

None.

Body Parameters

paraInGetSchemeByDoctorCode
NameDescriptionTypeAdditional information
DeptCode

string

None.

ScheduleID

string

None.

DoctorCode

string

None.

Day

string

None.

Request Formats

application/json, text/json

Sample:
{
  "DeptCode": "sample string 1",
  "ScheduleID": "sample string 2",
  "DoctorCode": "sample string 3",
  "Day": "sample string 4"
}

application/xml, text/xml

Sample:
<paraInGetSchemeByDoctorCode xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ydzf_api.Models">
  <Day>sample string 4</Day>
  <DeptCode>sample string 1</DeptCode>
  <DoctorCode>sample string 3</DoctorCode>
  <ScheduleID>sample string 2</ScheduleID>
</paraInGetSchemeByDoctorCode>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'paraInGetSchemeByDoctorCode'.

Response Information

Resource Description

paraOutGetSchemeByDoctorCode
NameDescriptionTypeAdditional information
RecordCount

string

None.

ExtTicketCount

string

None.

SchemeInfo

Collection of paraOutGetSchemeByDoctorCodeInfo

None.

Response Formats

application/json, text/json

Sample:
{
  "RecordCount": "sample string 1",
  "ExtTicketCount": "sample string 2",
  "SchemeInfo": [
    {
      "DoctorCode": "sample string 1",
      "DoctorName": "sample string 2",
      "ScheduleID": "sample string 3",
      "SchemeID": "sample string 4",
      "TimeStart": "sample string 5",
      "TimeEnd": "sample string 6",
      "ISDGHS": "sample string 7"
    },
    {
      "DoctorCode": "sample string 1",
      "DoctorName": "sample string 2",
      "ScheduleID": "sample string 3",
      "SchemeID": "sample string 4",
      "TimeStart": "sample string 5",
      "TimeEnd": "sample string 6",
      "ISDGHS": "sample string 7"
    }
  ]
}

application/xml, text/xml

Sample:
<paraOutGetSchemeByDoctorCode xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ydzf_api.Models">
  <ExtTicketCount>sample string 2</ExtTicketCount>
  <RecordCount>sample string 1</RecordCount>
  <SchemeInfo>
    <paraOutGetSchemeByDoctorCodeInfo>
      <DoctorCode>sample string 1</DoctorCode>
      <DoctorName>sample string 2</DoctorName>
      <ISDGHS>sample string 7</ISDGHS>
      <ScheduleID>sample string 3</ScheduleID>
      <SchemeID>sample string 4</SchemeID>
      <TimeEnd>sample string 6</TimeEnd>
      <TimeStart>sample string 5</TimeStart>
    </paraOutGetSchemeByDoctorCodeInfo>
    <paraOutGetSchemeByDoctorCodeInfo>
      <DoctorCode>sample string 1</DoctorCode>
      <DoctorName>sample string 2</DoctorName>
      <ISDGHS>sample string 7</ISDGHS>
      <ScheduleID>sample string 3</ScheduleID>
      <SchemeID>sample string 4</SchemeID>
      <TimeEnd>sample string 6</TimeEnd>
      <TimeStart>sample string 5</TimeStart>
    </paraOutGetSchemeByDoctorCodeInfo>
  </SchemeInfo>
</paraOutGetSchemeByDoctorCode>