POST api/Communication/SendSMSAPPUsers
Request Information
URI Parameters
None.
Body Parameters
AppUsersSMS| Name | Description | Type | Additional information |
|---|---|---|---|
| SchoolID | integer |
Required |
|
| ClassID | integer |
None. |
|
| SectionID | integer |
None. |
|
| CreatedBy | integer |
Required |
|
| StudentID | string |
Required |
Request Formats
application/json, text/json
Sample:
{
"SchoolID": 1,
"ClassID": 2,
"SectionID": 3,
"CreatedBy": 4,
"StudentID": "sample string 5"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}