PUT api/EventLogo/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Response| Name | Description | Type | Additional information |
|---|---|---|---|
| Outcome | boolean |
None. |
|
| AdditionalInformation | AdditionalInformationModel |
None. |
|
| ImageUrlBase | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Outcome": true,
"AdditionalInformation": {
"Message": "sample string 1",
"Stacktrace": "sample string 2"
},
"ImageUrlBase": "sample string 2"
}
application/xml, text/xml
Sample:
<Response xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FIBA3x3_MediaApi.Models">
<AdditionalInformation>
<Message>sample string 1</Message>
<Stacktrace>sample string 2</Stacktrace>
</AdditionalInformation>
<ImageUrlBase>sample string 2</ImageUrlBase>
<Outcome>true</Outcome>
</Response>