POST api/Notification

Request Information

URI Parameters

None.

Body Parameters

tblNotification
NameDescriptionTypeAdditional information
ID

integer

None.

NName

string

None.

NDate

date

None.

NDesc

string

None.

Status

string

None.

SYear

string

None.

SchoolCode

integer

None.

NoticeFor

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "NName": "sample string 2",
  "NDate": "2025-12-06T04:34:02.41016+00:00",
  "NDesc": "sample string 3",
  "Status": "sample string 4",
  "SYear": "sample string 5",
  "SchoolCode": 1,
  "NoticeFor": "sample string 6"
}

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 'tblNotification'.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.