POST api/comment/UserVideoSubadd
Request Information
URI Parameters
None.
Body Parameters
SubCommentVideoRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| UserID | integer |
None. |
|
| EntryID | integer |
None. |
|
| MainCommentID | globally unique identifier |
None. |
|
| Message | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"userID": 1,
"entryID": 1,
"mainCommentID": "1cbdc0c6-6094-4b83-b45b-5f479a717cf3",
"message": "sample string 3"
}
application/xml, text/xml
Sample:
<SubCommentVideoRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Cultural.Common"> <EntryID>1</EntryID> <MainCommentID>1cbdc0c6-6094-4b83-b45b-5f479a717cf3</MainCommentID> <Message>sample string 3</Message> <UserID>1</UserID> </SubCommentVideoRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
StarAPIResponseOfObject| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | string |
None. |
|
| Result | Object |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.