POST api/ImportStudentHeader

Request Information

URI Parameters

None.

Body Parameters

MPW.DataAccess.Models.ImportStudentHeaderModel
NameDescriptionTypeAdditional information
Id

integer

None.

Description

string

None.

FileName

string

None.

FileFormat

integer

None.

Delimiter

string

None.

IsFirstRowHeader

boolean

None.

IsWithdrawNotInFile

boolean

None.

EnrolledValue

string

None.

EnrollStatus

string

None.

WithdrawnValue

string

None.

ImportTypeId

integer

None.

UseMappedValue

boolean

None.

DC_DefaultCaseType

string

None.

DC_ImportTypeId

integer

None.

FileEncoding

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "Description": "sample string 2",
  "FileName": "sample string 3",
  "FileFormat": 4,
  "Delimiter": "sample string 5",
  "IsFirstRowHeader": true,
  "IsWithdrawNotInFile": true,
  "EnrolledValue": "sample string 8",
  "EnrollStatus": "sample string 9",
  "WithdrawnValue": "sample string 10",
  "ImportTypeId": 11,
  "UseMappedValue": true,
  "DC_DefaultCaseType": "sample string 13",
  "DC_ImportTypeId": 14,
  "FileEncoding": 15
}

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.