POST api/Communication/SaveToppersAndPoorsNotification

Request Information

URI Parameters

None.

Body Parameters

Collection of TopperPoorNot
NameDescriptionTypeAdditional information
StudentID

integer

None.

FirstName

string

None.

TotalScore

integer

None.

ClassRank

integer

None.

CreatedBy

integer

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "StudentID": 1,
    "FirstName": "sample string 2",
    "TotalScore": 3,
    "ClassRank": 4,
    "CreatedBy": 5
  },
  {
    "StudentID": 1,
    "FirstName": "sample string 2",
    "TotalScore": 3,
    "ClassRank": 4,
    "CreatedBy": 5
  }
]

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}