POST api/Communication/SaveMessageORNotification
Request Information
URI Parameters
None.
Body Parameters
NotificationClassName | Description | Type | Additional information |
---|---|---|---|
SchoolID | integer |
Required |
|
EmpID | integer |
Required |
|
SchoolName | string |
Required |
|
Message | string |
Required |
|
StudentID | string |
None. |
|
EmployeeID | string |
None. |
|
Unkhown | string |
None. |
|
isNotification | integer |
Range: inclusive between 0 and 1 |
Request Formats
application/json, text/json
Sample:
{ "SchoolID": 1, "EmpID": 2, "SchoolName": "sample string 3", "Message": "sample string 4", "StudentID": "sample string 5", "EmployeeID": "sample string 6", "Unkhown": "sample string 7", "isNotification": 8 }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}