POST api/Communication/SaveStudentAdmissionSms
Request Information
URI Parameters
None.
Body Parameters
Collection of ModelStudentAdmissionSmsName | Description | Type | Additional information |
---|---|---|---|
SchoolID | integer |
Required |
|
StudentID | integer |
Required |
|
CreatedBy | integer |
Required |
Request Formats
application/json, text/json
Sample:
[ { "SchoolID": 1, "StudentID": 2, "CreatedBy": 3 }, { "SchoolID": 1, "StudentID": 2, "CreatedBy": 3 } ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}