POST api/Comment
Request Information
URI Parameters
None.
Body Parameters
CommentActionModel| Name | Description | Type | Additional information |
|---|---|---|---|
| PostKey | string |
None. |
|
| UserKey | string |
None. |
|
| CreatedOn | date |
None. |
|
| ModifiedOn | date |
None. |
|
| CommentText | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"PostKey": "sample string 1",
"UserKey": "sample string 2",
"CreatedOn": "2025-12-05T16:18:04.4755437+02:00",
"ModifiedOn": "2025-12-05T16:18:04.4755437+02:00",
"CommentText": "sample string 3"
}
application/xml, text/xml
Sample:
<CommentActionModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Vezeeta.Stream.Models"> <CommentText>sample string 3</CommentText> <CreatedOn>2025-12-05T16:18:04.4755437+02:00</CreatedOn> <ModifiedOn>2025-12-05T16:18:04.4755437+02:00</ModifiedOn> <PostKey>sample string 1</PostKey> <UserKey>sample string 2</UserKey> </CommentActionModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.