POST api/ContentService/SaveUserNoteData?userid={userid}&clientId={clientId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
userid

string

Required

clientId

string

Required

Body Parameters

LessonNoteDto
NameDescriptionTypeAdditional information
Description

string

None.

Message

string

None.

MesssageDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "Description": "sample string 1",
  "Message": "sample string 2",
  "MesssageDate": "2024-09-19T10:28:51.335288+00:00"
}

application/xml, text/xml

Sample:
<LessonNoteDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ELS.LMS.ApplicationService.Common.Dto">
  <Description>sample string 1</Description>
  <Message>sample string 2</Message>
  <MesssageDate>2024-09-19T10:28:51.335288+00:00</MesssageDate>
</LessonNoteDto>

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

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.