POST api/note/update
Request Information
URI Parameters
None.
Body Parameters
UpdateNoteBindingModelsName | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required Range: inclusive between 0 and 2147483647 |
|
noteCategoryID | integer |
Required Range: inclusive between 0 and 2147483647 |
|
referenceID | integer |
None. |
|
studentID | integer |
None. |
|
userID | integer |
None. |
|
noteContent | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "referenceID": 1, "studentID": 2, "userID": 3, "noteContent": "sample string 4", "id": 1, "noteCategoryID": 2 }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |