POST api/CommentDelete
Request Information
URI Parameters
None.
Body Parameters
EntityReviews| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Message | string |
None. |
|
| Rating | integer |
None. |
|
| Likes | integer |
None. |
|
| Dislikes | integer |
None. |
|
| IsFavourite | boolean |
None. |
|
| CreatedBy | integer |
None. |
|
| CreatedDtm | date |
None. |
|
| EntityType | integer |
None. |
|
| ParentId | integer |
None. |
|
| Title | string |
None. |
|
| ApplicationId | integer |
None. |
|
| Status | integer |
None. |
|
| UpdatedBy | integer |
None. |
|
| UpdatedDtm | date |
None. |
|
| Location | string |
None. |
|
| IsApproved | integer |
None. |
|
| UserName | string |
None. |
|
| ProductName | string |
None. |
|
| CreatedDate | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"Message": "sample string 2",
"Rating": 1,
"Likes": 1,
"Dislikes": 1,
"IsFavourite": true,
"CreatedBy": 1,
"CreatedDtm": "2026-07-22T12:23:41.3156751-07:00",
"EntityType": 1,
"ParentId": 1,
"Title": "sample string 4",
"ApplicationId": 1,
"Status": 1,
"UpdatedBy": 1,
"UpdatedDtm": "2026-07-22T12:23:41.3156751-07:00",
"Location": "sample string 6",
"IsApproved": 1,
"UserName": "sample string 7",
"ProductName": "sample string 8",
"CreatedDate": "Jul 22 2026 12:23 PM"
}
application/xml, text/xml
Sample:
<EntityReviews xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GM.Business.Entity"> <ApplicationId>1</ApplicationId> <CreatedBy>1</CreatedBy> <CreatedDtm>2026-07-22T12:23:41.3156751-07:00</CreatedDtm> <Dislikes>1</Dislikes> <EntityType>1</EntityType> <Id>1</Id> <IsApproved>1</IsApproved> <IsFavourite>true</IsFavourite> <Likes>1</Likes> <Location>sample string 6</Location> <Message>sample string 2</Message> <ParentId>1</ParentId> <ProductName>sample string 8</ProductName> <Rating>1</Rating> <Status>1</Status> <Title>sample string 4</Title> <UpdatedBy>1</UpdatedBy> <UpdatedDtm>2026-07-22T12:23:41.3156751-07:00</UpdatedDtm> <UserName>sample string 7</UserName> </EntityReviews>
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.