POST api/event/EventSponsorDetail
Request Information
URI Parameters
None.
Body Parameters
EventSponsorDetailsRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| EventSponsorId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"EventSponsorId": "29d93f69-eade-4537-b2c0-64fe555dab35"
}
application/xml, text/xml
Sample:
<EventSponsorDetailsRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DeloitteEvent.DataModel"> <EventSponsorId>29d93f69-eade-4537-b2c0-64fe555dab35</EventSponsorId> </EventSponsorDetailsRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
JsonResultOfEventSponsorResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Content | EventSponsorResult |
None. |
|
| SerializerSettings | JsonSerializerSettings |
None. |
|
| Encoding | Encoding |
None. |
|
| Request | HttpRequestMessage |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.