POST Api/ScheduleApi/MarkCommentsSeen

Request Information

URI Parameters

None.

Body Parameters

MarkCommentSeenDTO
NameDescriptionTypeAdditional information
ScheduleCheckListId

integer

None.

QuestionId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "ScheduleCheckListId": 1,
  "QuestionId": 2
}

text/html, multipart/form-data

Sample:
{"ScheduleCheckListId":1,"QuestionId":2}

application/xml, text/xml

Sample:
<MarkCommentSeenDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MSMChecklistFlow.DTO.Models.VisitComments">
  <QuestionId>2</QuestionId>
  <ScheduleCheckListId>1</ScheduleCheckListId>
</MarkCommentSeenDTO>

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

Response Information

Resource Description

integer

Response Formats

application/json, text/json, text/html, multipart/form-data

Sample:
1

application/xml, text/xml

Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>