PUT api/school/update

Request Information

URI Parameters

None.

Body Parameters

School
NameDescriptionTypeAdditional information
SchoolAbbrevation

string

None.

SchoolAddresss

string

None.

SchoolPhoneNo

string

None.

SchoolEmail

string

None.

SchoolWebsite

string

None.

Facebook

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:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'application/xml'. Exception message: Object graph for type 'BaseLibrary.Entities.SchoolClass' contains cycles and cannot be serialized if reference tracking is disabled.

text/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'text/xml'. Exception message: Object graph for type 'BaseLibrary.Entities.SchoolClass' contains cycles and cannot be serialized if reference tracking is disabled.

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'School'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.