POST Api/ScheduleApi/MarkCommentsSeen
Request Information
URI Parameters
None.
Body Parameters
MarkCommentSeenDTOName | Description | Type | Additional 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:
Response Information
Resource Description
integerResponse 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>