POST api/Honors

Request Information

URI Parameters

None.

Body Parameters

Honors
NameDescriptionTypeAdditional information
CollegeId

string

None.

TermCode

string

None.

Honors4590

decimal number

None.

HighHonors4590

decimal number

None.

HighestHonors4590

decimal number

None.

Honors90135

decimal number

None.

HighHonors90135

decimal number

None.

HighestHonors90135

decimal number

None.

Honors135

decimal number

None.

HighHonors135

decimal number

None.

HighestHonors135

decimal number

None.

Request Formats

application/json, text/json

Sample:
{
  "CollegeId": "sample string 1",
  "TermCode": "sample string 2",
  "Honors4590": 3.0,
  "HighHonors4590": 1.0,
  "HighestHonors4590": 1.0,
  "Honors90135": 4.0,
  "HighHonors90135": 1.0,
  "HighestHonors90135": 1.0,
  "Honors135": 5.0,
  "HighHonors135": 1.0,
  "HighestHonors135": 1.0
}

application/xml, text/xml

Sample:
<Honors xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ReportService.Controllers">
  <CollegeId>sample string 1</CollegeId>
  <HighHonors135>1</HighHonors135>
  <HighHonors4590>1</HighHonors4590>
  <HighHonors90135>1</HighHonors90135>
  <HighestHonors135>1</HighestHonors135>
  <HighestHonors4590>1</HighestHonors4590>
  <HighestHonors90135>1</HighestHonors90135>
  <Honors135>5</Honors135>
  <Honors4590>3</Honors4590>
  <Honors90135>4</Honors90135>
  <TermCode>sample string 2</TermCode>
</Honors>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'Honors'.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.