POST CustomERP/GetComments

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

SiteComments
NameDescriptionTypeAdditional information
Error

string

None.

StatusCode

HttpStatusCode

None.

Status

string

None.

SiteCommentsList

Collection of SiteCommentsList

None.

Response Formats

application/json, text/json

Sample:
{
  "Error": "sample string 1",
  "StatusCode": 100,
  "Status": "sample string 2",
  "SiteCommentsList": [
    {
      "SiteCommentID": "sample string 1",
      "ProjectSiteStatusID": "sample string 2",
      "Comments": "sample string 3",
      "CommentsUpdatedBy": "sample string 4",
      "CommentedUserName": "sample string 5",
      "CommentedDate": "sample string 6",
      "RowNum": 7,
      "RowCnt": 8
    },
    {
      "SiteCommentID": "sample string 1",
      "ProjectSiteStatusID": "sample string 2",
      "Comments": "sample string 3",
      "CommentsUpdatedBy": "sample string 4",
      "CommentedUserName": "sample string 5",
      "CommentedDate": "sample string 6",
      "RowNum": 7,
      "RowCnt": 8
    }
  ]
}

application/xml, text/xml

Sample:
<SiteComments xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CustomERPAPI.Models">
  <Error>sample string 1</Error>
  <SiteCommentsList>
    <SiteCommentsList>
      <CommentedDate>sample string 6</CommentedDate>
      <CommentedUserName>sample string 5</CommentedUserName>
      <Comments>sample string 3</Comments>
      <CommentsUpdatedBy>sample string 4</CommentsUpdatedBy>
      <ProjectSiteStatusID>sample string 2</ProjectSiteStatusID>
      <RowCnt>8</RowCnt>
      <RowNum>7</RowNum>
      <SiteCommentID>sample string 1</SiteCommentID>
    </SiteCommentsList>
    <SiteCommentsList>
      <CommentedDate>sample string 6</CommentedDate>
      <CommentedUserName>sample string 5</CommentedUserName>
      <Comments>sample string 3</Comments>
      <CommentsUpdatedBy>sample string 4</CommentsUpdatedBy>
      <ProjectSiteStatusID>sample string 2</ProjectSiteStatusID>
      <RowCnt>8</RowCnt>
      <RowNum>7</RowNum>
      <SiteCommentID>sample string 1</SiteCommentID>
    </SiteCommentsList>
  </SiteCommentsList>
  <Status>sample string 2</Status>
  <StatusCode>Continue</StatusCode>
</SiteComments>