POST api/StudentArea/RemoveMedicalHisotry
Request Information
URI Parameters
None.
Body Parameters
MedicalHistoryName | Description | Type | Additional information |
---|---|---|---|
ID | integer |
None. |
|
StudentFk | integer |
None. |
|
StudentName | string |
None. |
|
MedicalFor | string |
None. |
|
DoctorName | string |
None. |
|
DoctorPlace | string |
None. |
|
LastDocAppointment | date |
None. |
|
City | string |
None. |
|
AnyAllergies | string |
None. |
|
SuggestionFromParent | string |
None. |
|
Remarks | string |
None. |
|
Status | integer |
None. |
|
Message | string |
None. |
|
Domain | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "ID": 1, "StudentFk": 2, "StudentName": "sample string 3", "MedicalFor": "sample string 4", "DoctorName": "sample string 5", "DoctorPlace": "sample string 6", "LastDocAppointment": "2022-08-18T22:10:25.9369679-07:00", "City": "sample string 8", "AnyAllergies": "sample string 9", "SuggestionFromParent": "sample string 10", "Remarks": "sample string 11", "Status": 12, "Message": "sample string 13", "Domain": "sample string 14" }
application/xml, text/xml
Sample:
<MedicalHistory xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/OnlineSchoolManagement.Models.StudentWork"> <Domain xmlns="http://schemas.datacontract.org/2004/07/OnlineSchoolManagement.Models">sample string 14</Domain> <Message xmlns="http://schemas.datacontract.org/2004/07/OnlineSchoolManagement.Models">sample string 13</Message> <Status xmlns="http://schemas.datacontract.org/2004/07/OnlineSchoolManagement.Models">12</Status> <AnyAllergies>sample string 9</AnyAllergies> <City>sample string 8</City> <DoctorName>sample string 5</DoctorName> <DoctorPlace>sample string 6</DoctorPlace> <ID>1</ID> <LastDocAppointment>2022-08-18T22:10:25.9369679-07:00</LastDocAppointment> <MedicalFor>sample string 4</MedicalFor> <Remarks>sample string 11</Remarks> <StudentFk>2</StudentFk> <StudentName>sample string 3</StudentName> <SuggestionFromParent>sample string 10</SuggestionFromParent> </MedicalHistory>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.