POST api/Verification/SelectionLetters

Request Information

URI Parameters

None.

Body Parameters

MPW.DataAccess.Models.SelectionLettersFormModel
NameDescriptionTypeAdditional information
LetterDate

date

None.

ShowSiteName

boolean

None.

ReceivedDate

date

None.

CompletedDate

date

None.

StaffName

string

None.

StaffPhone

string

None.

PrintUnprinted

boolean

None.

PrintedCount

integer

None.

UnprintedCount

integer

None.

UseStudentAddress

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "LetterDate": "2026-01-18T01:35:05.2599431-05:00",
  "ShowSiteName": true,
  "ReceivedDate": "2026-01-18T01:35:05.2599431-05:00",
  "CompletedDate": "2026-01-18T01:35:05.2599431-05:00",
  "StaffName": "sample string 5",
  "StaffPhone": "sample string 6",
  "PrintUnprinted": true,
  "PrintedCount": 8,
  "UnprintedCount": 9,
  "UseStudentAddress": true
}

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.