POST api/Communication/SaveMarksSendingSMS
Request Information
URI Parameters
None.
Body Parameters
Collection of SMSinMarks| Name | Description | Type | Additional information |
|---|---|---|---|
| SectionID | integer |
Required |
|
| ExamMasterID | integer |
Required |
|
| GradeModel | integer |
None. |
|
| AcademicYear | integer |
None. |
|
| StudentID | string |
Required |
|
| UserID | integer |
Required |
|
| SchoolID | integer |
Required |
Request Formats
application/json, text/json
Sample:
[
{
"SectionID": 1,
"ExamMasterID": 2,
"GradeModel": 3,
"AcademicYear": 4,
"StudentID": "sample string 5",
"UserID": 6,
"SchoolID": 7
},
{
"SectionID": 1,
"ExamMasterID": 2,
"GradeModel": 3,
"AcademicYear": 4,
"StudentID": "sample string 5",
"UserID": 6,
"SchoolID": 7
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}