POST Cases/Comment
add a comment to case
Request Information
URI Parameters
None.
Body Parameters
InitPro.Ida.Web.Api.Dto.CommentName | Description | Type | Additional information |
---|---|---|---|
CaseNumber |
CaseNumber |
string |
Required |
Message |
Comment |
string |
Required |
IsPublic |
public comment? |
boolean |
Required |
Request Formats
application/json, text/json
Sample:
{ "CaseNumber": "sample string 1", "Message": "sample string 2", "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"> <CaseNumber>sample string 1</CaseNumber> <IsPublic>true</IsPublic> <Message>sample string 2</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.