POST api/ImportStudentDetail

Request Information

URI Parameters

None.

Body Parameters

Collection of MPW.Entities.DataAccess.ImportStudentDetail
NameDescriptionTypeAdditional information
Id

integer

None.

HeaderId

integer

None.

FieldName

string

None.

ColumnNumber

integer

None.

LeftCol

integer

None.

RightCol

integer

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "Id": 1,
    "HeaderId": 1,
    "FieldName": "sample string 2",
    "ColumnNumber": 1,
    "LeftCol": 1,
    "RightCol": 1
  },
  {
    "Id": 1,
    "HeaderId": 1,
    "FieldName": "sample string 2",
    "ColumnNumber": 1,
    "LeftCol": 1,
    "RightCol": 1
  }
]

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.