POST api/studentNotes/update

Request Information

URI Parameters

None.

Body Parameters

UpdateStudentNoteBindingModels
NameDescriptionTypeAdditional information
id

integer

Required

Range: inclusive between 0 and 2147483647

noteCategoryID

integer

Required

Range: inclusive between 0 and 2147483647

studentID

integer

None.

userID

integer

None.

noteContent

string

None.

Request Formats

application/json, text/json

Sample:
{
  "studentID": 1,
  "userID": 2,
  "noteContent": "sample string 3",
  "id": 1,
  "noteCategoryID": 2
}

application/x-www-form-urlencoded

Sample:

Sample not available.

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.