POST v2/cases/{caseId}/comments
add a comment to case
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
caseId | integer |
Required |
Body Parameters
InitPro.Ida.Web.Api.Dto.V2.CommentName | Description | Type | Additional information |
---|---|---|---|
Message |
Comment |
string |
Required |
IsPublic |
public comment? |
boolean |
Required |
Request Formats
application/json, text/json
Sample:
{ "Message": "sample string 1", "IsPublic": true }
application/xml, text/xml
Sample:
<Comment xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/InitPro.Ida.Web.Api.Dto.V2"> <IsPublic>true</IsPublic> <Message>sample string 1</Message> </Comment>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Http StatusCode / error information
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.