PUT api/utility/feedback

Request Information

URI Parameters

None.

Body Parameters

FeedbackInfo
NameDescriptionTypeAdditional information
KrocCenterId

globally unique identifier

None.

SendFrom

string

None.

Subject

string

None.

Body

string

None.

Request Formats

application/json, text/json

Sample:
{
  "KrocCenterId": "75cdc558-48d0-40bc-8e08-86d4abf35c22",
  "SendFrom": "sample string 2",
  "Subject": "sample string 3",
  "Body": "sample string 4"
}

application/xml, text/xml

Sample:
<FeedbackInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CCMS.Communication.Models">
  <Body>sample string 4</Body>
  <KrocCenterId>75cdc558-48d0-40bc-8e08-86d4abf35c22</KrocCenterId>
  <SendFrom>sample string 2</SendFrom>
  <Subject>sample string 3</Subject>
</FeedbackInfo>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

JsonResultOfObject
NameDescriptionTypeAdditional information
Content

Object

None.

SerializerSettings

JsonSerializerSettings

None.

Encoding

Encoding

None.

Request

HttpRequestMessage

None.

Response Formats

application/json, text/json

Sample:

Sample not available.