POST api/event/EventAttendeeShelveDetail
Request Information
URI Parameters
None.
Body Parameters
EventAttendeeShelveDetailRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| EventId | globally unique identifier |
None. |
|
| EventAttendeeId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"EventId": "2748ccc5-5ae6-4e4b-93ea-13224b7b85b2",
"EventAttendeeId": "15ea0e59-c5e6-4b20-a872-1c9e3fb150a0"
}
application/xml, text/xml
Sample:
<EventAttendeeShelveDetailRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DeloitteEvent.DataModel"> <EventAttendeeId>15ea0e59-c5e6-4b20-a872-1c9e3fb150a0</EventAttendeeId> <EventId>2748ccc5-5ae6-4e4b-93ea-13224b7b85b2</EventId> </EventAttendeeShelveDetailRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
JsonResultOfEventAttendeeShelveDetailView| Name | Description | Type | Additional information |
|---|---|---|---|
| Content | EventAttendeeShelveDetailView |
None. |
|
| SerializerSettings | JsonSerializerSettings |
None. |
|
| Encoding | Encoding |
None. |
|
| Request | HttpRequestMessage |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.