POST api/EmergencyForm
Request Information
URI Parameters
None.
Body Parameters
EmergencyFormModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| USER_ID | integer |
None. |
|
| First_Name | string |
None. |
|
| Last_Name | string |
None. |
|
| MI | string |
None. |
|
| Grade | string |
None. |
|
| DOB | date |
None. |
|
| HomeAddress_Address | string |
None. |
|
| HomeAddress_Town | string |
None. |
|
| HomeAddress_ZIP | string |
None. |
|
| HomeAddress_Phone | string |
None. |
|
| HomeAddress_EmailAddress | string |
None. |
|
| Father_Name | string |
None. |
|
| Father_WorkPhone | string |
None. |
|
| Father_CellPhone | string |
None. |
|
| FatherAddress_IfDiffrent_Address | string |
None. |
|
| FatherAddress_IfDiffrent_Town | string |
None. |
|
| FatherAddress_IfDiffrent_ZIP | string |
None. |
|
| FatherAddress_IfDiffrent_Phone | string |
None. |
|
| FatherAddress_IfDiffrent_EmailAddress | string |
None. |
|
| Mother_Name | string |
None. |
|
| Mother_WorkPhone | string |
None. |
|
| Mother_CellPhone | string |
None. |
|
| MotherAddress_IfDiffrent_Address | string |
None. |
|
| MotherAddress_IfDiffrent_Town | string |
None. |
|
| MotherAddress_IfDiffrent_ZIP | string |
None. |
|
| MotherAddress_IfDiffrent_Phone | string |
None. |
|
| MotherAddress_IfDiffrent_EmailAddress | string |
None. |
|
| SecondMailing_Requested_FLG | integer |
None. |
|
| Emergency_Contact_Name | string |
None. |
|
| Emergency_Contact_Phone | string |
None. |
|
| Emergency_Contact_Relationship | string |
None. |
|
| Physician | string |
None. |
|
| PhysicianPhone | string |
None. |
|
| Medications | string |
None. |
|
| Allergies | string |
None. |
|
| PreferredHospital_MonomounthMedCenter_FLG | integer |
None. |
|
| PreferredHospital_RevierViewMedCenter_FLG | integer |
None. |
|
| Other_PreferredHospital | string |
None. |
|
| ParentOrGuardianSign | string |
None. |
|
| Form_Date | date |
None. |
|
| StudentId | integer |
None. |
|
| Pupil_Have_Health_Insurance_FLG | integer |
None. |
|
| Insurance_Company_Name | string |
None. |
|
| Apply_Online_NJ_Family_Care_FLG | integer |
None. |
|
| Release_My_Iinfo_To_NJ_Family_Care_FLG | integer |
None. |
|
| Signature | string |
None. |
|
| PrintedName | string |
None. |
|
| FinalDate | date |
None. |
|
| DocUrl | string |
None. |
|
| Form_Created_Date_Time | date |
None. |
|
| Is_Deleted | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"USER_ID": 2,
"First_Name": "sample string 3",
"Last_Name": "sample string 4",
"MI": "sample string 5",
"Grade": "sample string 6",
"DOB": "2026-01-09T13:55:38.4683461+00:00",
"HomeAddress_Address": "sample string 8",
"HomeAddress_Town": "sample string 9",
"HomeAddress_ZIP": "sample string 10",
"HomeAddress_Phone": "sample string 11",
"HomeAddress_EmailAddress": "sample string 12",
"Father_Name": "sample string 13",
"Father_WorkPhone": "sample string 14",
"Father_CellPhone": "sample string 15",
"FatherAddress_IfDiffrent_Address": "sample string 16",
"FatherAddress_IfDiffrent_Town": "sample string 17",
"FatherAddress_IfDiffrent_ZIP": "sample string 18",
"FatherAddress_IfDiffrent_Phone": "sample string 19",
"FatherAddress_IfDiffrent_EmailAddress": "sample string 20",
"Mother_Name": "sample string 21",
"Mother_WorkPhone": "sample string 22",
"Mother_CellPhone": "sample string 23",
"MotherAddress_IfDiffrent_Address": "sample string 24",
"MotherAddress_IfDiffrent_Town": "sample string 25",
"MotherAddress_IfDiffrent_ZIP": "sample string 26",
"MotherAddress_IfDiffrent_Phone": "sample string 27",
"MotherAddress_IfDiffrent_EmailAddress": "sample string 28",
"SecondMailing_Requested_FLG": 29,
"Emergency_Contact_Name": "sample string 30",
"Emergency_Contact_Phone": "sample string 31",
"Emergency_Contact_Relationship": "sample string 32",
"Physician": "sample string 33",
"PhysicianPhone": "sample string 34",
"Medications": "sample string 35",
"Allergies": "sample string 36",
"PreferredHospital_MonomounthMedCenter_FLG": 37,
"PreferredHospital_RevierViewMedCenter_FLG": 38,
"Other_PreferredHospital": "sample string 39",
"ParentOrGuardianSign": "sample string 40",
"Form_Date": "2026-01-09T13:55:38.4693483+00:00",
"StudentId": 42,
"Pupil_Have_Health_Insurance_FLG": 43,
"Insurance_Company_Name": "sample string 44",
"Apply_Online_NJ_Family_Care_FLG": 45,
"Release_My_Iinfo_To_NJ_Family_Care_FLG": 46,
"Signature": "sample string 47",
"PrintedName": "sample string 48",
"FinalDate": "2026-01-09T13:55:38.4693483+00:00",
"DocUrl": "sample string 50",
"Form_Created_Date_Time": "2026-01-09T13:55:38.4693483+00:00",
"Is_Deleted": 52
}
application/xml, text/xml
Sample:
<EmergencyFormModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/School.Models.Forms"> <Allergies>sample string 36</Allergies> <Apply_Online_NJ_Family_Care_FLG>45</Apply_Online_NJ_Family_Care_FLG> <DOB>2026-01-09T13:55:38.4683461+00:00</DOB> <DocUrl>sample string 50</DocUrl> <Emergency_Contact_Name>sample string 30</Emergency_Contact_Name> <Emergency_Contact_Phone>sample string 31</Emergency_Contact_Phone> <Emergency_Contact_Relationship>sample string 32</Emergency_Contact_Relationship> <FatherAddress_IfDiffrent_Address>sample string 16</FatherAddress_IfDiffrent_Address> <FatherAddress_IfDiffrent_EmailAddress>sample string 20</FatherAddress_IfDiffrent_EmailAddress> <FatherAddress_IfDiffrent_Phone>sample string 19</FatherAddress_IfDiffrent_Phone> <FatherAddress_IfDiffrent_Town>sample string 17</FatherAddress_IfDiffrent_Town> <FatherAddress_IfDiffrent_ZIP>sample string 18</FatherAddress_IfDiffrent_ZIP> <Father_CellPhone>sample string 15</Father_CellPhone> <Father_Name>sample string 13</Father_Name> <Father_WorkPhone>sample string 14</Father_WorkPhone> <FinalDate>2026-01-09T13:55:38.4693483+00:00</FinalDate> <First_Name>sample string 3</First_Name> <Form_Created_Date_Time>2026-01-09T13:55:38.4693483+00:00</Form_Created_Date_Time> <Form_Date>2026-01-09T13:55:38.4693483+00:00</Form_Date> <Grade>sample string 6</Grade> <HomeAddress_Address>sample string 8</HomeAddress_Address> <HomeAddress_EmailAddress>sample string 12</HomeAddress_EmailAddress> <HomeAddress_Phone>sample string 11</HomeAddress_Phone> <HomeAddress_Town>sample string 9</HomeAddress_Town> <HomeAddress_ZIP>sample string 10</HomeAddress_ZIP> <ID>1</ID> <Insurance_Company_Name>sample string 44</Insurance_Company_Name> <Is_Deleted>52</Is_Deleted> <Last_Name>sample string 4</Last_Name> <MI>sample string 5</MI> <Medications>sample string 35</Medications> <MotherAddress_IfDiffrent_Address>sample string 24</MotherAddress_IfDiffrent_Address> <MotherAddress_IfDiffrent_EmailAddress>sample string 28</MotherAddress_IfDiffrent_EmailAddress> <MotherAddress_IfDiffrent_Phone>sample string 27</MotherAddress_IfDiffrent_Phone> <MotherAddress_IfDiffrent_Town>sample string 25</MotherAddress_IfDiffrent_Town> <MotherAddress_IfDiffrent_ZIP>sample string 26</MotherAddress_IfDiffrent_ZIP> <Mother_CellPhone>sample string 23</Mother_CellPhone> <Mother_Name>sample string 21</Mother_Name> <Mother_WorkPhone>sample string 22</Mother_WorkPhone> <Other_PreferredHospital>sample string 39</Other_PreferredHospital> <ParentOrGuardianSign>sample string 40</ParentOrGuardianSign> <Physician>sample string 33</Physician> <PhysicianPhone>sample string 34</PhysicianPhone> <PreferredHospital_MonomounthMedCenter_FLG>37</PreferredHospital_MonomounthMedCenter_FLG> <PreferredHospital_RevierViewMedCenter_FLG>38</PreferredHospital_RevierViewMedCenter_FLG> <PrintedName>sample string 48</PrintedName> <Pupil_Have_Health_Insurance_FLG>43</Pupil_Have_Health_Insurance_FLG> <Release_My_Iinfo_To_NJ_Family_Care_FLG>46</Release_My_Iinfo_To_NJ_Family_Care_FLG> <SecondMailing_Requested_FLG>29</SecondMailing_Requested_FLG> <Signature>sample string 47</Signature> <StudentId>42</StudentId> <USER_ID>2</USER_ID> </EmergencyFormModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
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/" />