PUT Api/StudentDemographics/UpdateHealthDetails
Request Information
URI Parameters
None.
Body Parameters
HealthInfoUpdateModule| Name | Description | Type | Additional information |
|---|---|---|---|
| StudentId | decimal number |
None. |
|
| MealType | string |
None. |
|
| DOCTORLASTNAME | string |
None. |
|
| PREFERREDHOSPITAL | string |
None. |
|
| DPTEXEMPT | integer |
None. |
|
| flgAmbulatory | integer |
None. |
|
| flgTransportInWheelchair | integer |
None. |
|
| flgBusAide | integer |
None. |
|
| flgTechDependent | integer |
None. |
|
| flgEMT | integer |
None. |
|
| flgMedicalTransport | integer |
None. |
|
| flgCommissionOnBlind | integer |
None. |
|
| flgMedicallyFrail | integer |
None. |
|
| flgNonAmbulatory | integer |
None. |
|
| flgNonVerbal | integer |
None. |
|
| flgSpanishSpeaking | integer |
None. |
|
| GLASSESPRESCRIBED | integer |
None. |
|
| DENTALBRACES | integer |
None. |
|
| ORTHOPEDICSHOES | integer |
None. |
|
| CONTACTLENS | integer |
None. |
|
| DateOfPhysical | string |
None. |
|
| CBVI | string |
None. |
|
| DateOfNewPhysical | date |
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,
"MealType": "sample string 2",
"DOCTORLASTNAME": "sample string 3",
"PREFERREDHOSPITAL": "sample string 4",
"DPTEXEMPT": 1,
"flgAmbulatory": 1,
"flgTransportInWheelchair": 1,
"flgBusAide": 1,
"flgTechDependent": 1,
"flgEMT": 1,
"flgMedicalTransport": 1,
"flgCommissionOnBlind": 1,
"flgMedicallyFrail": 1,
"flgNonAmbulatory": 1,
"flgNonVerbal": 1,
"flgSpanishSpeaking": 1,
"GLASSESPRESCRIBED": 1,
"DENTALBRACES": 1,
"ORTHOPEDICSHOES": 1,
"CONTACTLENS": 1,
"DateOfPhysical": "sample string 5",
"CBVI": "sample string 6",
"DateOfNewPhysical": "2025-12-13T01:16:22.5442775-05:00",
"CampusName": "sample string 7",
"UserID": "sample string 8",
"DeviceID": "sample string 9",
"DeviceOS": "sample string 10",
"Version": "sample string 11",
"accessToken": "sample string 12"
}
text/html
Sample:
{"StudentId":1.0,"MealType":"sample string 2","DOCTORLASTNAME":"sample string 3","PREFERREDHOSPITAL":"sample string 4","DPTEXEMPT":1,"flgAmbulatory":1,"flgTransportInWheelchair":1,"flgBusAide":1,"flgTechDependent":1,"flgEMT":1,"flgMedicalTransport":1,"flgCommissionOnBlind":1,"flgMedicallyFrail":1,"flgNonAmbulatory":1,"flgNonVerbal":1,"flgSpanishSpeaking":1,"GLASSESPRESCRIBED":1,"DENTALBRACES":1,"ORTHOPEDICSHOES":1,"CONTACTLENS":1,"DateOfPhysical":"sample string 5","CBVI":"sample string 6","DateOfNewPhysical":"2025-12-13T01:16:22.5442775-05:00","CampusName":"sample string 7","UserID":"sample string 8","DeviceID":"sample string 9","DeviceOS":"sample string 10","Version":"sample string 11","accessToken":"sample string 12"}
application/xml, text/xml
Sample:
<HealthInfoUpdateModule 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 7</CampusName> <DeviceID xmlns="http://schemas.datacontract.org/2004/07/ParadigmPioneer.Core.Model">sample string 9</DeviceID> <DeviceOS xmlns="http://schemas.datacontract.org/2004/07/ParadigmPioneer.Core.Model">sample string 10</DeviceOS> <UserID xmlns="http://schemas.datacontract.org/2004/07/ParadigmPioneer.Core.Model">sample string 8</UserID> <Version xmlns="http://schemas.datacontract.org/2004/07/ParadigmPioneer.Core.Model">sample string 11</Version> <accessToken xmlns="http://schemas.datacontract.org/2004/07/ParadigmPioneer.Core.Model">sample string 12</accessToken> <CBVI>sample string 6</CBVI> <CONTACTLENS>1</CONTACTLENS> <DENTALBRACES>1</DENTALBRACES> <DOCTORLASTNAME>sample string 3</DOCTORLASTNAME> <DPTEXEMPT>1</DPTEXEMPT> <DateOfNewPhysical>2025-12-13T01:16:22.5442775-05:00</DateOfNewPhysical> <DateOfPhysical>sample string 5</DateOfPhysical> <GLASSESPRESCRIBED>1</GLASSESPRESCRIBED> <MealType>sample string 2</MealType> <ORTHOPEDICSHOES>1</ORTHOPEDICSHOES> <PREFERREDHOSPITAL>sample string 4</PREFERREDHOSPITAL> <StudentId>1</StudentId> <flgAmbulatory>1</flgAmbulatory> <flgBusAide>1</flgBusAide> <flgCommissionOnBlind>1</flgCommissionOnBlind> <flgEMT>1</flgEMT> <flgMedicalTransport>1</flgMedicalTransport> <flgMedicallyFrail>1</flgMedicallyFrail> <flgNonAmbulatory>1</flgNonAmbulatory> <flgNonVerbal>1</flgNonVerbal> <flgSpanishSpeaking>1</flgSpanishSpeaking> <flgTechDependent>1</flgTechDependent> <flgTransportInWheelchair>1</flgTransportInWheelchair> </HealthInfoUpdateModule>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
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/" />