POST CustomERP/GetUnviewdSiteCommentsCount

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

NewCommentCount
NameDescriptionTypeAdditional information
Error

string

None.

StatusCode

HttpStatusCode

None.

Status

string

None.

CommentUnreadCnt

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Error": "sample string 1",
  "StatusCode": 100,
  "Status": "sample string 2",
  "CommentUnreadCnt": "sample string 3"
}

application/xml, text/xml

Sample:
<NewCommentCount xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CustomERPAPI.Models">
  <CommentUnreadCnt>sample string 3</CommentUnreadCnt>
  <Error>sample string 1</Error>
  <Status>sample string 2</Status>
  <StatusCode>Continue</StatusCode>
</NewCommentCount>