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": "930014b7-1ad0-434d-8d88-e022cdcabd45",
"EventAttendeeId": "e416d4e6-2adb-4f35-ae8d-238f820308b3"
}
application/xml, text/xml
Sample:
application/x-www-form-urlencoded
Sample:
Sample not available.
multipart/form-data
Sample:
--MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="EventId" 930014b7-1ad0-434d-8d88-e022cdcabd45 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="EventAttendeeId" e416d4e6-2adb-4f35-ae8d-238f820308b3 --MultipartDataMediaFormatterBoundary1q2w3e--
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, multipart/form-data
Sample:
Sample not available.