PUT api/school/update
Request Information
URI Parameters
None.
Body Parameters
SchoolName | Description | Type | Additional information |
---|---|---|---|
SchoolAbbrevation | string |
None. |
|
SchoolAddresss | string |
None. |
|
SchoolPhoneNo | string |
None. |
|
SchoolEmail | string |
None. |
|
SchoolWebsite | string |
None. |
|
string |
None. |
||
Histagram | string |
None. |
|
Tweeter | string |
None. |
|
WhatappNumber | string |
None. |
|
SchoolLogoSrc | string |
None. |
|
Aka | string |
None. |
|
SchoolMotto | string |
None. |
|
Id | integer |
None. |
|
Name | string |
Required Max length: 50 Min length: 2 |
|
DateCreated | date |
None. |
|
DateModified | date |
None. |
Request Formats
application/json, text/json
Sample:
{ "SchoolAbbrevation": "sample string 1", "SchoolAddresss": "sample string 2", "SchoolPhoneNo": "sample string 3", "SchoolEmail": "sample string 4", "SchoolWebsite": "sample string 5", "Facebook": "sample string 6", "Histagram": "sample string 7", "Tweeter": "sample string 8", "WhatappNumber": "sample string 9", "SchoolLogoSrc": "sample string 10", "Aka": "sample string 11", "SchoolMotto": "sample string 12", "Id": 13, "Name": "sample string 14", "DateCreated": "2024-12-23T17:15:39.721633+01:00", "DateModified": "2024-12-23T17:15:39.721633+01:00" }
application/xml
Sample:
text/xml
Sample:
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.