POST api/{apiVersion}/Comment/Delete

Request Information

URI Parameters

NameDescriptionTypeAdditional information
apiVersion

string

None.

Body Parameters

CommentViewModel
NameDescriptionTypeAdditional information
CommentID

integer

None.

MatchGuid

globally unique identifier

None.

VenueGuid

globally unique identifier

None.

UserName

string

None.

UserIntials

string

None.

FirstName

string

None.

LastName

string

None.

DayNo

integer

None.

Comment

string

None.

DateCreated

date

None.

ThumbUrl

string

None.

Request Formats

application/json, text/json

Sample:
{
  "CommentID": 1,
  "MatchGuid": "7b9f1e93-6ee0-479f-bac6-40a711640c60",
  "VenueGuid": "7d3312fb-f1c0-43cc-afe5-bf9e85f9ade0",
  "UserName": "sample string 4",
  "UserIntials": "sample string 5",
  "FirstName": "sample string 6",
  "LastName": "sample string 7",
  "DayNo": 8,
  "Comment": "sample string 9",
  "DateCreated": "2025-12-12T01:50:26.9653834+13:00",
  "ThumbUrl": "sample string 11"
}

application/xml, text/xml

Sample:
<CommentViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NvPlay.Reporting.Domain.Models.Comment">
  <Comment>sample string 9</Comment>
  <CommentID>1</CommentID>
  <DateCreated>2025-12-12T01:50:26.9653834+13:00</DateCreated>
  <DayNo>8</DayNo>
  <FirstName>sample string 6</FirstName>
  <LastName>sample string 7</LastName>
  <MatchGuid>7b9f1e93-6ee0-479f-bac6-40a711640c60</MatchGuid>
  <ThumbUrl>sample string 11</ThumbUrl>
  <UserIntials>sample string 5</UserIntials>
  <UserName>sample string 4</UserName>
  <VenueGuid>7d3312fb-f1c0-43cc-afe5-bf9e85f9ade0</VenueGuid>
</CommentViewModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.