PUT api/viewing/{viewingFeedbackId}/editfeedbacknotified?vendorNotifiedId={vendorNotifiedId}&type={type}&notifiedDate={notifiedDate}&negIds[0]={negIds[0]}&negIds[1]={negIds[1]}

Edit that the feedback for a Viewing was notified to the vendor.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
viewingFeedbackId

viewing feedback id

integer

Required

vendorNotifiedId

vendor notified id. (pass -1 to remove the fact that vendor was notified)

integer

Required

type

Task type for how vendor was communicated e.g. TelephoneCall etc (pass null to use the default VendorNotified type)

string

None.

notifiedDate

date

None.

negIds

Collection of integer

None.

Body Parameters

None.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.