PUT api/viewing/{id}/editfeedback

Edit 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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'SaveFeedbackCommandDataContract'.

application/json, text/json

Sample:
{
  "FeedbackId": 1,
  "Feedback": "sample string 1",
  "FeedbackDate": "2024-03-28T21:01:26.3563856Z",
  "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.