POST api/SaveFormApplicationStudent
Request Information
URI Parameters
None.
Body Parameters
FormApplicationStudentRequestList| Name | Description | Type | Additional information |
|---|---|---|---|
| StudentRequestList | Collection of FormApplicationStudentRequest |
None. |
Request Formats
application/json, text/json
Sample:
{
"StudentRequestList": [
{
"FormApplicationStudentId": 1,
"FormApplicationId": 1,
"PersonId": "31434776-ddb5-4a0b-a004-285ef3e72d46",
"GradeId": 3,
"SchoolId": "0ae7bad9-cb27-43e5-be32-2c9fb9fcb57e",
"StudentFirstName": "sample string 5",
"StudentLastName": "sample string 6",
"StudentMiddleName": "sample string 7",
"BirthDate": "2026-04-21T09:57:51.9497998+00:00",
"PendingStudent": true,
"SSN": "sample string 9"
},
{
"FormApplicationStudentId": 1,
"FormApplicationId": 1,
"PersonId": "31434776-ddb5-4a0b-a004-285ef3e72d46",
"GradeId": 3,
"SchoolId": "0ae7bad9-cb27-43e5-be32-2c9fb9fcb57e",
"StudentFirstName": "sample string 5",
"StudentLastName": "sample string 6",
"StudentMiddleName": "sample string 7",
"BirthDate": "2026-04-21T09:57:51.9497998+00:00",
"PendingStudent": true,
"SSN": "sample string 9"
}
]
}
application/xml, text/xml
Sample:
<FormApplicationStudentRequestList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Cybersoft.Primero.OnlineFRE.APIs.Models.FormApplication">
<StudentRequestList>
<FormApplicationStudentRequest>
<BirthDate>2026-04-21T09:57:51.9497998+00:00</BirthDate>
<FormApplicationId>1</FormApplicationId>
<FormApplicationStudentId>1</FormApplicationStudentId>
<GradeId>3</GradeId>
<PendingStudent>true</PendingStudent>
<PersonId>31434776-ddb5-4a0b-a004-285ef3e72d46</PersonId>
<SSN>sample string 9</SSN>
<SchoolId>0ae7bad9-cb27-43e5-be32-2c9fb9fcb57e</SchoolId>
<StudentFirstName>sample string 5</StudentFirstName>
<StudentLastName>sample string 6</StudentLastName>
<StudentMiddleName>sample string 7</StudentMiddleName>
</FormApplicationStudentRequest>
<FormApplicationStudentRequest>
<BirthDate>2026-04-21T09:57:51.9497998+00:00</BirthDate>
<FormApplicationId>1</FormApplicationId>
<FormApplicationStudentId>1</FormApplicationStudentId>
<GradeId>3</GradeId>
<PendingStudent>true</PendingStudent>
<PersonId>31434776-ddb5-4a0b-a004-285ef3e72d46</PersonId>
<SSN>sample string 9</SSN>
<SchoolId>0ae7bad9-cb27-43e5-be32-2c9fb9fcb57e</SchoolId>
<StudentFirstName>sample string 5</StudentFirstName>
<StudentLastName>sample string 6</StudentLastName>
<StudentMiddleName>sample string 7</StudentMiddleName>
</FormApplicationStudentRequest>
</StudentRequestList>
</FormApplicationStudentRequestList>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
integerResponse Formats
application/json, text/json
Sample:
1
application/xml, text/xml
Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>