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