POST api/MilitaryInformation
Request Information
URI Parameters
None.
Body Parameters
MilitaryInformationOptoutModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| USERID | integer |
None. |
|
| StudentId | integer |
None. |
|
| StudentName | string |
None. |
|
| SchoolName | string |
None. |
|
| Student_Parent_Sign | string |
None. |
|
| Sign_Date | date |
None. |
|
| Info_Do_Not_Release_to_Military_Recruiters_FLG | byte |
None. |
|
| Info_Do_Not_Release_to_College_University_Recruiters_FLG | byte |
None. |
|
| Info_Do_Not_Release_to_Employers_FLG | byte |
None. |
|
| DocUrl | string |
None. |
|
| AID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"USERID": 2,
"StudentId": 3,
"StudentName": "sample string 4",
"SchoolName": "sample string 5",
"Student_Parent_Sign": "sample string 6",
"Sign_Date": "2026-01-09T13:57:24.7648771+00:00",
"Info_Do_Not_Release_to_Military_Recruiters_FLG": 64,
"Info_Do_Not_Release_to_College_University_Recruiters_FLG": 64,
"Info_Do_Not_Release_to_Employers_FLG": 64,
"DocUrl": "sample string 11",
"AID": 12
}
application/xml, text/xml
Sample:
<MilitaryInformationOptoutModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/School.Models.Forms"> <AID>12</AID> <DocUrl>sample string 11</DocUrl> <Id>1</Id> <Info_Do_Not_Release_to_College_University_Recruiters_FLG>64</Info_Do_Not_Release_to_College_University_Recruiters_FLG> <Info_Do_Not_Release_to_Employers_FLG>64</Info_Do_Not_Release_to_Employers_FLG> <Info_Do_Not_Release_to_Military_Recruiters_FLG>64</Info_Do_Not_Release_to_Military_Recruiters_FLG> <SchoolName>sample string 5</SchoolName> <Sign_Date>2026-01-09T13:57:24.7648771+00:00</Sign_Date> <StudentId>3</StudentId> <StudentName>sample string 4</StudentName> <Student_Parent_Sign>sample string 6</Student_Parent_Sign> <USERID>2</USERID> </MilitaryInformationOptoutModel>
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/" />