POST api/Events/GetEvents
Request Information
URI Parameters
None.
Body Parameters
EventViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| UserId | globally unique identifier |
None. |
|
| EventId | globally unique identifier |
None. |
|
| EventRegistrationId | globally unique identifier |
None. |
|
| EventSectorId | globally unique identifier |
None. |
|
| PosterType | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserId": "9ed1ce00-b23f-4298-9669-2d87d0acec06",
"EventId": "39caf3d3-fef9-4b7d-91a5-500798a78fde",
"EventRegistrationId": "8186eea1-0a71-4222-9fcd-4240f4a9e9d3",
"EventSectorId": "05d36214-dd8c-4ffa-8461-69229eca108f",
"PosterType": 2
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.