POST api/event/EventSummaryAddition
Request Information
URI Parameters
None.
Body Parameters
EventSummaryRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| EventId | globally unique identifier |
None. |
|
| ContentSummary | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"EventId": "2189bcb7-d676-4652-bf09-1ba572fe7e6b",
"ContentSummary": "sample string 2"
}
application/xml, text/xml
Sample:
<EventSummaryRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DeloitteEvent.DataModel"> <ContentSummary>sample string 2</ContentSummary> <EventId>2189bcb7-d676-4652-bf09-1ba572fe7e6b</EventId> </EventSummaryRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
JsonResultOfCommonResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Content | CommonResult |
None. |
|
| SerializerSettings | JsonSerializerSettings |
None. |
|
| Encoding | Encoding |
None. |
|
| Request | HttpRequestMessage |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.