POST api/Import/Applications

Request Information

URI Parameters

None.

Body Parameters

MPW.DataAccess.Models.ImportApplications.ImportApplicationsRequest
NameDescriptionTypeAdditional information
Applications

Collection of MPW.DataAccess.Models.ImportApplications.ImportApplicationModel

None.

BatchNumber

integer

None.

BatchDT

date

None.

DistrictId

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Applications": [
    {
      "FormId": 1,
      "LanguageId": 1,
      "FamilySize": 2,
      "HouseholdFirstName": "sample string 3",
      "HouseholdLastName": "sample string 4",
      "HouseholdAddress1": "sample string 5",
      "HouseholdAddress2": "sample string 6",
      "HouseholdPhone": "sample string 7",
      "HouseholdWkPhone": "sample string 8",
      "SSN": 1,
      "ReleaseCategories": [
        1,
        2
      ],
      "RaceId": 9,
      "HouseholdIncome1": 10.0,
      "Freq1": 11,
      "HouseholdIncome2": 12.0,
      "Freq2": 13,
      "HouseholdIncome3": 14.0,
      "Freq3": 15,
      "HouseholdIncome4": 16.0,
      "Freq4": 17,
      "ActiveStatus": "sample string 18",
      "EmailId": "sample string 19",
      "IsHispanic": true,
      "City": "sample string 20",
      "State": "sample string 21",
      "Zip": "sample string 22",
      "BatchDate": "sample string 23",
      "BatchTime": "sample string 24",
      "Members": [
        {
          "MemberFirstName": "sample string 1",
          "MemberLastName": "sample string 2",
          "MemberStudentNumber": "sample string 3",
          "MemberCaseNumber": "sample string 4",
          "MemberSchoolNumber": "sample string 5",
          "MemberGradeId": "sample string 6",
          "MemberTeacher": "sample string 7",
          "SSN": 1,
          "MemberIncome1": 1.0,
          "Freq1": 1,
          "MemberIncome2": 1.0,
          "Freq2": 1,
          "MemberIncome3": 1.0,
          "Freq3": 1,
          "MemberIncome4": 1.0,
          "Freq4": 1,
          "CaseTypeId": 1,
          "BirthDateDT": "2026-01-18T01:32:57.1369868-05:00",
          "HMR": "sample string 8",
          "Foster": true,
          "KinGap": true
        },
        {
          "MemberFirstName": "sample string 1",
          "MemberLastName": "sample string 2",
          "MemberStudentNumber": "sample string 3",
          "MemberCaseNumber": "sample string 4",
          "MemberSchoolNumber": "sample string 5",
          "MemberGradeId": "sample string 6",
          "MemberTeacher": "sample string 7",
          "SSN": 1,
          "MemberIncome1": 1.0,
          "Freq1": 1,
          "MemberIncome2": 1.0,
          "Freq2": 1,
          "MemberIncome3": 1.0,
          "Freq3": 1,
          "MemberIncome4": 1.0,
          "Freq4": 1,
          "CaseTypeId": 1,
          "BirthDateDT": "2026-01-18T01:32:57.1369868-05:00",
          "HMR": "sample string 8",
          "Foster": true,
          "KinGap": true
        }
      ]
    },
    {
      "FormId": 1,
      "LanguageId": 1,
      "FamilySize": 2,
      "HouseholdFirstName": "sample string 3",
      "HouseholdLastName": "sample string 4",
      "HouseholdAddress1": "sample string 5",
      "HouseholdAddress2": "sample string 6",
      "HouseholdPhone": "sample string 7",
      "HouseholdWkPhone": "sample string 8",
      "SSN": 1,
      "ReleaseCategories": [
        1,
        2
      ],
      "RaceId": 9,
      "HouseholdIncome1": 10.0,
      "Freq1": 11,
      "HouseholdIncome2": 12.0,
      "Freq2": 13,
      "HouseholdIncome3": 14.0,
      "Freq3": 15,
      "HouseholdIncome4": 16.0,
      "Freq4": 17,
      "ActiveStatus": "sample string 18",
      "EmailId": "sample string 19",
      "IsHispanic": true,
      "City": "sample string 20",
      "State": "sample string 21",
      "Zip": "sample string 22",
      "BatchDate": "sample string 23",
      "BatchTime": "sample string 24",
      "Members": [
        {
          "MemberFirstName": "sample string 1",
          "MemberLastName": "sample string 2",
          "MemberStudentNumber": "sample string 3",
          "MemberCaseNumber": "sample string 4",
          "MemberSchoolNumber": "sample string 5",
          "MemberGradeId": "sample string 6",
          "MemberTeacher": "sample string 7",
          "SSN": 1,
          "MemberIncome1": 1.0,
          "Freq1": 1,
          "MemberIncome2": 1.0,
          "Freq2": 1,
          "MemberIncome3": 1.0,
          "Freq3": 1,
          "MemberIncome4": 1.0,
          "Freq4": 1,
          "CaseTypeId": 1,
          "BirthDateDT": "2026-01-18T01:32:57.1369868-05:00",
          "HMR": "sample string 8",
          "Foster": true,
          "KinGap": true
        },
        {
          "MemberFirstName": "sample string 1",
          "MemberLastName": "sample string 2",
          "MemberStudentNumber": "sample string 3",
          "MemberCaseNumber": "sample string 4",
          "MemberSchoolNumber": "sample string 5",
          "MemberGradeId": "sample string 6",
          "MemberTeacher": "sample string 7",
          "SSN": 1,
          "MemberIncome1": 1.0,
          "Freq1": 1,
          "MemberIncome2": 1.0,
          "Freq2": 1,
          "MemberIncome3": 1.0,
          "Freq3": 1,
          "MemberIncome4": 1.0,
          "Freq4": 1,
          "CaseTypeId": 1,
          "BirthDateDT": "2026-01-18T01:32:57.1369868-05:00",
          "HMR": "sample string 8",
          "Foster": true,
          "KinGap": true
        }
      ]
    }
  ],
  "BatchNumber": 1,
  "BatchDT": "2026-01-18T01:32:57.1369868-05:00",
  "DistrictId": "sample string 2"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

System.Net.Http.HttpResponseMessage
NameDescriptionTypeAdditional information
Version

System.Version

None.

Content

System.Net.Http.HttpContent

None.

StatusCode

System.Net.HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

System.Net.Http.HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.