POST api/WhizTChatPostDetail/SubmitPostComment

This is for submit post comment.

Request Information

URI Parameters

None.

Body Parameters

EnvelopeOfSubmitPostCommentParam
NameDescriptionTypeAdditional information
Data

SubmitPostCommentParam

None.

Message

string

None.

MessageId

string

None.

MessageCode

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "data": {
    "postid": 1,
    "comment": "sample string 2",
    "loginUserId": 3,
    "parentId": 4
  },
  "message": "sample string 1",
  "messageId": "sample string 2",
  "messageCode": 3
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.