POST Api/StudentDemographics/SaveDoctorDetails

Request Information

URI Parameters

None.

Body Parameters

DoctorModel
NameDescriptionTypeAdditional information
DOCYORLASTNAME

string

None.

SPECIALTY

string

None.

ADDRESS

string

None.

CITY

string

None.

STATE

string

None.

ZIP_CODE

string

None.

PHONE

string

None.

BEEPER

string

None.

FAX

string

None.

HOSPITAL

string

None.

Doctor_Name

string

None.

Doctor_Phone

string

None.

Doctor_Address1

string

None.

Doctor_Address2

string

None.

Doctor_City

string

None.

Doctor_State

string

None.

Doctor_Zipcode

string

None.

Subspecialty

string

None.

DOCTOR1_EMAIL

string

None.

Doctor_Name2

string

None.

Doctor_Phone2

string

None.

Subspecialty_2

string

None.

DOCTOR2_EMAIL

string

None.

Doctor_Name3

string

None.

Doctor_Phone3

string

None.

Subspecialty_3

string

None.

DOCTOR3_EMAIL

string

None.

Doctor_Name4

string

None.

Doctor_Phone4

string

None.

Subspecialty_4

string

None.

DOCTOR4_EMAIL

string

None.

Doctor_Name5

string

None.

Doctor_Phone5

string

None.

Subspecialty_5

string

None.

DOCTOR5_EMAIL

string

None.

Doctor_ID

decimal number

None.

CampusName

string

None.

UserID

string

None.

DeviceID

string

None.

DeviceOS

string

None.

Version

string

None.

accessToken

string

Required

Matching regular expression pattern: ^a4768b1a-b5c1-4561-86e7-324b8a368354$

Request Formats

application/json, text/json

Sample:
{
  "DOCYORLASTNAME": "sample string 1",
  "SPECIALTY": "sample string 2",
  "ADDRESS": "sample string 3",
  "CITY": "sample string 4",
  "STATE": "sample string 5",
  "ZIP_CODE": "sample string 6",
  "PHONE": "sample string 7",
  "BEEPER": "sample string 8",
  "FAX": "sample string 9",
  "HOSPITAL": "sample string 10",
  "Doctor_Name": "sample string 11",
  "Doctor_Phone": "sample string 12",
  "Doctor_Address1": "sample string 13",
  "Doctor_Address2": "sample string 14",
  "Doctor_City": "sample string 15",
  "Doctor_State": "sample string 16",
  "Doctor_Zipcode": "sample string 17",
  "Subspecialty": "sample string 18",
  "DOCTOR1_EMAIL": "sample string 19",
  "Doctor_Name2": "sample string 20",
  "Doctor_Phone2": "sample string 21",
  "Subspecialty_2": "sample string 22",
  "DOCTOR2_EMAIL": "sample string 23",
  "Doctor_Name3": "sample string 24",
  "Doctor_Phone3": "sample string 25",
  "Subspecialty_3": "sample string 26",
  "DOCTOR3_EMAIL": "sample string 27",
  "Doctor_Name4": "sample string 28",
  "Doctor_Phone4": "sample string 29",
  "Subspecialty_4": "sample string 30",
  "DOCTOR4_EMAIL": "sample string 31",
  "Doctor_Name5": "sample string 32",
  "Doctor_Phone5": "sample string 33",
  "Subspecialty_5": "sample string 34",
  "DOCTOR5_EMAIL": "sample string 35",
  "Doctor_ID": 36.0,
  "CampusName": "sample string 37",
  "UserID": "sample string 38",
  "DeviceID": "sample string 39",
  "DeviceOS": "sample string 40",
  "Version": "sample string 41",
  "accessToken": "sample string 42"
}

text/html

Sample:
{"DOCYORLASTNAME":"sample string 1","SPECIALTY":"sample string 2","ADDRESS":"sample string 3","CITY":"sample string 4","STATE":"sample string 5","ZIP_CODE":"sample string 6","PHONE":"sample string 7","BEEPER":"sample string 8","FAX":"sample string 9","HOSPITAL":"sample string 10","Doctor_Name":"sample string 11","Doctor_Phone":"sample string 12","Doctor_Address1":"sample string 13","Doctor_Address2":"sample string 14","Doctor_City":"sample string 15","Doctor_State":"sample string 16","Doctor_Zipcode":"sample string 17","Subspecialty":"sample string 18","DOCTOR1_EMAIL":"sample string 19","Doctor_Name2":"sample string 20","Doctor_Phone2":"sample string 21","Subspecialty_2":"sample string 22","DOCTOR2_EMAIL":"sample string 23","Doctor_Name3":"sample string 24","Doctor_Phone3":"sample string 25","Subspecialty_3":"sample string 26","DOCTOR3_EMAIL":"sample string 27","Doctor_Name4":"sample string 28","Doctor_Phone4":"sample string 29","Subspecialty_4":"sample string 30","DOCTOR4_EMAIL":"sample string 31","Doctor_Name5":"sample string 32","Doctor_Phone5":"sample string 33","Subspecialty_5":"sample string 34","DOCTOR5_EMAIL":"sample string 35","Doctor_ID":36.0,"CampusName":"sample string 37","UserID":"sample string 38","DeviceID":"sample string 39","DeviceOS":"sample string 40","Version":"sample string 41","accessToken":"sample string 42"}

application/xml, text/xml

Sample:
<DoctorModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ParadigmPioneer.Core.Model.AdminPanel">
  <CampusName xmlns="http://schemas.datacontract.org/2004/07/ParadigmPioneer.Core.Model">sample string 37</CampusName>
  <DeviceID xmlns="http://schemas.datacontract.org/2004/07/ParadigmPioneer.Core.Model">sample string 39</DeviceID>
  <DeviceOS xmlns="http://schemas.datacontract.org/2004/07/ParadigmPioneer.Core.Model">sample string 40</DeviceOS>
  <UserID xmlns="http://schemas.datacontract.org/2004/07/ParadigmPioneer.Core.Model">sample string 38</UserID>
  <Version xmlns="http://schemas.datacontract.org/2004/07/ParadigmPioneer.Core.Model">sample string 41</Version>
  <accessToken xmlns="http://schemas.datacontract.org/2004/07/ParadigmPioneer.Core.Model">sample string 42</accessToken>
  <ADDRESS>sample string 3</ADDRESS>
  <BEEPER>sample string 8</BEEPER>
  <CITY>sample string 4</CITY>
  <DOCTOR1_EMAIL>sample string 19</DOCTOR1_EMAIL>
  <DOCTOR2_EMAIL>sample string 23</DOCTOR2_EMAIL>
  <DOCTOR3_EMAIL>sample string 27</DOCTOR3_EMAIL>
  <DOCTOR4_EMAIL>sample string 31</DOCTOR4_EMAIL>
  <DOCTOR5_EMAIL>sample string 35</DOCTOR5_EMAIL>
  <DOCYORLASTNAME>sample string 1</DOCYORLASTNAME>
  <Doctor_Address1>sample string 13</Doctor_Address1>
  <Doctor_Address2>sample string 14</Doctor_Address2>
  <Doctor_City>sample string 15</Doctor_City>
  <Doctor_ID>36</Doctor_ID>
  <Doctor_Name>sample string 11</Doctor_Name>
  <Doctor_Name2>sample string 20</Doctor_Name2>
  <Doctor_Name3>sample string 24</Doctor_Name3>
  <Doctor_Name4>sample string 28</Doctor_Name4>
  <Doctor_Name5>sample string 32</Doctor_Name5>
  <Doctor_Phone>sample string 12</Doctor_Phone>
  <Doctor_Phone2>sample string 21</Doctor_Phone2>
  <Doctor_Phone3>sample string 25</Doctor_Phone3>
  <Doctor_Phone4>sample string 29</Doctor_Phone4>
  <Doctor_Phone5>sample string 33</Doctor_Phone5>
  <Doctor_State>sample string 16</Doctor_State>
  <Doctor_Zipcode>sample string 17</Doctor_Zipcode>
  <FAX>sample string 9</FAX>
  <HOSPITAL>sample string 10</HOSPITAL>
  <PHONE>sample string 7</PHONE>
  <SPECIALTY>sample string 2</SPECIALTY>
  <STATE>sample string 5</STATE>
  <Subspecialty>sample string 18</Subspecialty>
  <Subspecialty_2>sample string 22</Subspecialty_2>
  <Subspecialty_3>sample string 26</Subspecialty_3>
  <Subspecialty_4>sample string 30</Subspecialty_4>
  <Subspecialty_5>sample string 34</Subspecialty_5>
  <ZIP_CODE>sample string 6</ZIP_CODE>
</DoctorModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json, text/html

Sample:
{}

application/xml, text/xml

Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />