POST Api/StudentDemographics/UpdateHealthHistory

Request Information

URI Parameters

None.

Body Parameters

HealthHistoryInfo
NameDescriptionTypeAdditional information
StudentId

decimal number

None.

ALLERGIESH

string

None.

DRUGSENSITIVITIES

string

None.

LYMEDISEASE

string

None.

HEPATITIS

string

None.

NEUROMUSCDIS

string

None.

ANEMIA

string

None.

ASTHMA

string

None.

BRONCHITIS

string

None.

CARDIOVASCULARDISEASE

string

None.

CERERALPALSY

string

None.

CHICKENPOX

string

None.

CONVULSIVEDIS

string

None.

DIABETES

string

None.

EARINFECTIONS

string

None.

ECZEMA

string

None.

EPILEPSY

string

None.

HERPESSIMPLEX

string

None.

INFLUENZA

string

None.

KIDNEYDISEASE

string

None.

MEASLES

string

None.

MENINGTIS

string

None.

MONONUCLEOSIS

string

None.

MUMPS

string

None.

OTITISMEDIA

string

None.

PNEUMONIA

string

None.

RHEUMATICFEVER

string

None.

RUBELLA

string

None.

SCARLETFEVER

string

None.

STREPINFECTIONS

string

None.

TUBERCULOSIS

string

None.

UTIS

string

None.

OTHER

string

None.

OPERINJ

string

None.

CONGENITALDEFECTS

string

None.

EYEDOCTORLASTNAME

string

None.

ecNutritionStatus

string

None.

ecHealthHabits

string

None.

ecRecentIllness

string

None.

GLASSESREASON

integer

None.

PhysicalandHealthStatusforIEP

string

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:
{
  "StudentId": 1.0,
  "ALLERGIESH": "sample string 2",
  "DRUGSENSITIVITIES": "sample string 3",
  "LYMEDISEASE": "sample string 4",
  "HEPATITIS": "sample string 5",
  "NEUROMUSCDIS": "sample string 6",
  "ANEMIA": "sample string 7",
  "ASTHMA": "sample string 8",
  "BRONCHITIS": "sample string 9",
  "CARDIOVASCULARDISEASE": "sample string 10",
  "CERERALPALSY": "sample string 11",
  "CHICKENPOX": "sample string 12",
  "CONVULSIVEDIS": "sample string 13",
  "DIABETES": "sample string 14",
  "EARINFECTIONS": "sample string 15",
  "ECZEMA": "sample string 16",
  "EPILEPSY": "sample string 17",
  "HERPESSIMPLEX": "sample string 18",
  "INFLUENZA": "sample string 19",
  "KIDNEYDISEASE": "sample string 20",
  "MEASLES": "sample string 21",
  "MENINGTIS": "sample string 22",
  "MONONUCLEOSIS": "sample string 23",
  "MUMPS": "sample string 24",
  "OTITISMEDIA": "sample string 25",
  "PNEUMONIA": "sample string 26",
  "RHEUMATICFEVER": "sample string 27",
  "RUBELLA": "sample string 28",
  "SCARLETFEVER": "sample string 29",
  "STREPINFECTIONS": "sample string 30",
  "TUBERCULOSIS": "sample string 31",
  "UTIS": "sample string 32",
  "OTHER": "sample string 33",
  "OPERINJ": "sample string 34",
  "CONGENITALDEFECTS": "sample string 35",
  "EYEDOCTORLASTNAME": "sample string 36",
  "ecNutritionStatus": "sample string 37",
  "ecHealthHabits": "sample string 38",
  "ecRecentIllness": "sample string 39",
  "GLASSESREASON": 40,
  "PhysicalandHealthStatusforIEP": "sample string 41",
  "CampusName": "sample string 42",
  "UserID": "sample string 43",
  "DeviceID": "sample string 44",
  "DeviceOS": "sample string 45",
  "Version": "sample string 46",
  "accessToken": "sample string 47"
}

text/html

Sample:
{"StudentId":1.0,"ALLERGIESH":"sample string 2","DRUGSENSITIVITIES":"sample string 3","LYMEDISEASE":"sample string 4","HEPATITIS":"sample string 5","NEUROMUSCDIS":"sample string 6","ANEMIA":"sample string 7","ASTHMA":"sample string 8","BRONCHITIS":"sample string 9","CARDIOVASCULARDISEASE":"sample string 10","CERERALPALSY":"sample string 11","CHICKENPOX":"sample string 12","CONVULSIVEDIS":"sample string 13","DIABETES":"sample string 14","EARINFECTIONS":"sample string 15","ECZEMA":"sample string 16","EPILEPSY":"sample string 17","HERPESSIMPLEX":"sample string 18","INFLUENZA":"sample string 19","KIDNEYDISEASE":"sample string 20","MEASLES":"sample string 21","MENINGTIS":"sample string 22","MONONUCLEOSIS":"sample string 23","MUMPS":"sample string 24","OTITISMEDIA":"sample string 25","PNEUMONIA":"sample string 26","RHEUMATICFEVER":"sample string 27","RUBELLA":"sample string 28","SCARLETFEVER":"sample string 29","STREPINFECTIONS":"sample string 30","TUBERCULOSIS":"sample string 31","UTIS":"sample string 32","OTHER":"sample string 33","OPERINJ":"sample string 34","CONGENITALDEFECTS":"sample string 35","EYEDOCTORLASTNAME":"sample string 36","ecNutritionStatus":"sample string 37","ecHealthHabits":"sample string 38","ecRecentIllness":"sample string 39","GLASSESREASON":40,"PhysicalandHealthStatusforIEP":"sample string 41","CampusName":"sample string 42","UserID":"sample string 43","DeviceID":"sample string 44","DeviceOS":"sample string 45","Version":"sample string 46","accessToken":"sample string 47"}

application/xml, text/xml

Sample:
<HealthHistoryInfo 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 42</CampusName>
  <DeviceID xmlns="http://schemas.datacontract.org/2004/07/ParadigmPioneer.Core.Model">sample string 44</DeviceID>
  <DeviceOS xmlns="http://schemas.datacontract.org/2004/07/ParadigmPioneer.Core.Model">sample string 45</DeviceOS>
  <UserID xmlns="http://schemas.datacontract.org/2004/07/ParadigmPioneer.Core.Model">sample string 43</UserID>
  <Version xmlns="http://schemas.datacontract.org/2004/07/ParadigmPioneer.Core.Model">sample string 46</Version>
  <accessToken xmlns="http://schemas.datacontract.org/2004/07/ParadigmPioneer.Core.Model">sample string 47</accessToken>
  <ALLERGIESH>sample string 2</ALLERGIESH>
  <ANEMIA>sample string 7</ANEMIA>
  <ASTHMA>sample string 8</ASTHMA>
  <BRONCHITIS>sample string 9</BRONCHITIS>
  <CARDIOVASCULARDISEASE>sample string 10</CARDIOVASCULARDISEASE>
  <CERERALPALSY>sample string 11</CERERALPALSY>
  <CHICKENPOX>sample string 12</CHICKENPOX>
  <CONGENITALDEFECTS>sample string 35</CONGENITALDEFECTS>
  <CONVULSIVEDIS>sample string 13</CONVULSIVEDIS>
  <DIABETES>sample string 14</DIABETES>
  <DRUGSENSITIVITIES>sample string 3</DRUGSENSITIVITIES>
  <EARINFECTIONS>sample string 15</EARINFECTIONS>
  <ECZEMA>sample string 16</ECZEMA>
  <EPILEPSY>sample string 17</EPILEPSY>
  <EYEDOCTORLASTNAME>sample string 36</EYEDOCTORLASTNAME>
  <GLASSESREASON>40</GLASSESREASON>
  <HEPATITIS>sample string 5</HEPATITIS>
  <HERPESSIMPLEX>sample string 18</HERPESSIMPLEX>
  <INFLUENZA>sample string 19</INFLUENZA>
  <KIDNEYDISEASE>sample string 20</KIDNEYDISEASE>
  <LYMEDISEASE>sample string 4</LYMEDISEASE>
  <MEASLES>sample string 21</MEASLES>
  <MENINGTIS>sample string 22</MENINGTIS>
  <MONONUCLEOSIS>sample string 23</MONONUCLEOSIS>
  <MUMPS>sample string 24</MUMPS>
  <NEUROMUSCDIS>sample string 6</NEUROMUSCDIS>
  <OPERINJ>sample string 34</OPERINJ>
  <OTHER>sample string 33</OTHER>
  <OTITISMEDIA>sample string 25</OTITISMEDIA>
  <PNEUMONIA>sample string 26</PNEUMONIA>
  <PhysicalandHealthStatusforIEP>sample string 41</PhysicalandHealthStatusforIEP>
  <RHEUMATICFEVER>sample string 27</RHEUMATICFEVER>
  <RUBELLA>sample string 28</RUBELLA>
  <SCARLETFEVER>sample string 29</SCARLETFEVER>
  <STREPINFECTIONS>sample string 30</STREPINFECTIONS>
  <StudentId>1</StudentId>
  <TUBERCULOSIS>sample string 31</TUBERCULOSIS>
  <UTIS>sample string 32</UTIS>
  <ecHealthHabits>sample string 38</ecHealthHabits>
  <ecNutritionStatus>sample string 37</ecNutritionStatus>
  <ecRecentIllness>sample string 39</ecRecentIllness>
</HealthHistoryInfo>

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/" />