POST api/viewing/{id}/recordfeedback

Record the feedback against a Viewing.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

Viewing id

integer

Required

Body Parameters

Feedback details

SaveFeedbackCommandDataContract
NameDescriptionTypeAdditional information
FeedbackId

integer

None.

Feedback

string

None.

FeedbackDate

date

None.

NegIds

Collection of integer

None.

Impression

EnumDataContract

None.

ApplicableToGroupIds

Collection of integer

None.

Request Formats

application/x-www-form-urlencoded

Sample:

Sample not available.

application/json, text/json

Sample:
{
  "FeedbackId": 1,
  "Feedback": "sample string 1",
  "FeedbackDate": "2025-06-14T21:03:28.1815576Z",
  "NegIds": [
    1,
    2
  ],
  "Impression": {
    "Id": 1,
    "Name": "sample string 2",
    "SystemName": "sample string 3"
  },
  "ApplicableToGroupIds": [
    1,
    2
  ]
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.