POST api/event/EventBannerTypeUpdate
Request Information
URI Parameters
None.
Body Parameters
EventBannerTypeUpdateRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| EventId | globally unique identifier |
None. |
|
| PictureType | EventPictureType |
None. |
Request Formats
application/json, text/json
Sample:
{
"EventId": "37b7c272-f835-4aa7-9d62-8f8a2702de80",
"PictureType": 1001
}
application/xml, text/xml
Sample:
<EventBannerTypeUpdateRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DeloitteEvent.DataModel.RequestParameter.Event"> <EventId>37b7c272-f835-4aa7-9d62-8f8a2702de80</EventId> <PictureType>Square</PictureType> </EventBannerTypeUpdateRequest>
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.