GET api/Post/SaveWelcomeContent
Request Information
URI Parameters
None.
Body Parameters
Welcome| Name | Description | Type | Additional information |
|---|---|---|---|
| SchoolID | string |
None. |
|
| Content | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"SchoolID": "sample string 1",
"Content": "sample string 2"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}