POST api/Communication/SaveToppersAndPoorsNotification
Request Information
URI Parameters
None.
Body Parameters
Collection of TopperPoorNot| Name | Description | Type | Additional information |
|---|---|---|---|
| StudentID | integer |
Required |
|
| FirstName | string |
Required |
|
| TotalScore | integer |
Required |
|
| ClassRank | integer |
Required |
|
| CreatedBy | integer |
Required |
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
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}