PUT api/utility/feedback
Request Information
URI Parameters
None.
Body Parameters
FeedbackInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| KrocCenterId | globally unique identifier |
None. |
|
| SendFrom | string |
None. |
|
| Subject | string |
None. |
|
| Body | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"KrocCenterId": "9d006e33-c46d-4708-9d3b-2d9229ccd0d4",
"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>9d006e33-c46d-4708-9d3b-2d9229ccd0d4</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| Name | Description | Type | Additional information |
|---|---|---|---|
| Content | Object |
None. |
|
| SerializerSettings | JsonSerializerSettings |
None. |
|
| Encoding | Encoding |
None. |
|
| Request | HttpRequestMessage |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.