POST api/SaveFormApplicationStudent

Request Information

URI Parameters

None.

Body Parameters

FormApplicationStudentRequestList
NameDescriptionTypeAdditional information
StudentRequestList

Collection of FormApplicationStudentRequest

None.

Request Formats

application/json, text/json

Sample:
{
  "StudentRequestList": [
    {
      "FormApplicationStudentId": 1,
      "FormApplicationId": 1,
      "PersonId": "0d92f1d8-815e-4c81-8c09-3ae1b7f573ae",
      "GradeId": 3,
      "SchoolId": "601f2dc6-567a-4f6b-9d11-1fae77bce814",
      "StudentFirstName": "sample string 5",
      "StudentLastName": "sample string 6",
      "StudentMiddleName": "sample string 7",
      "BirthDate": "2026-08-07T20:42:38.0770746+00:00",
      "PendingStudent": true,
      "SSN": "sample string 9",
      "ApplicationApprovalTypeId": 1
    },
    {
      "FormApplicationStudentId": 1,
      "FormApplicationId": 1,
      "PersonId": "0d92f1d8-815e-4c81-8c09-3ae1b7f573ae",
      "GradeId": 3,
      "SchoolId": "601f2dc6-567a-4f6b-9d11-1fae77bce814",
      "StudentFirstName": "sample string 5",
      "StudentLastName": "sample string 6",
      "StudentMiddleName": "sample string 7",
      "BirthDate": "2026-08-07T20:42:38.0770746+00:00",
      "PendingStudent": true,
      "SSN": "sample string 9",
      "ApplicationApprovalTypeId": 1
    }
  ]
}

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>
      <ApplicationApprovalTypeId>1</ApplicationApprovalTypeId>
      <BirthDate>2026-08-07T20:42:38.0770746+00:00</BirthDate>
      <FormApplicationId>1</FormApplicationId>
      <FormApplicationStudentId>1</FormApplicationStudentId>
      <GradeId>3</GradeId>
      <PendingStudent>true</PendingStudent>
      <PersonId>0d92f1d8-815e-4c81-8c09-3ae1b7f573ae</PersonId>
      <SSN>sample string 9</SSN>
      <SchoolId>601f2dc6-567a-4f6b-9d11-1fae77bce814</SchoolId>
      <StudentFirstName>sample string 5</StudentFirstName>
      <StudentLastName>sample string 6</StudentLastName>
      <StudentMiddleName>sample string 7</StudentMiddleName>
    </FormApplicationStudentRequest>
    <FormApplicationStudentRequest>
      <ApplicationApprovalTypeId>1</ApplicationApprovalTypeId>
      <BirthDate>2026-08-07T20:42:38.0770746+00:00</BirthDate>
      <FormApplicationId>1</FormApplicationId>
      <FormApplicationStudentId>1</FormApplicationStudentId>
      <GradeId>3</GradeId>
      <PendingStudent>true</PendingStudent>
      <PersonId>0d92f1d8-815e-4c81-8c09-3ae1b7f573ae</PersonId>
      <SSN>sample string 9</SSN>
      <SchoolId>601f2dc6-567a-4f6b-9d11-1fae77bce814</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:

Sample not available.

Response Information

Resource Description

integer

Response Formats

application/json, text/json

Sample:
1

application/xml, text/xml

Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>