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

Dezrez.Core.DataContracts.External.Api.Events.Appointments.Command.Viewing.SaveFeedbackCommandDataContract
NameDescriptionTypeAdditional information
FeedbackId

integer

None.

Feedback

string

None.

FeedbackDate

date

None.

NegIds

Collection of integer

None.

Impression

Dezrez.Core.DataContracts.External.Api.System.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": "2024-04-18T18:44:22.2529977Z",
  "NegIds": [
    1,
    2
  ],
  "Impression": {
    "Id": 1,
    "Name": "sample string 2",
    "SystemName": "sample string 3"
  },
  "ApplicableToGroupIds": [
    1,
    2
  ]
}

Response Information

Resource Description

System.Web.Http.IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.