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": "1b2f59e1-5fa5-4677-8935-46060d20ad50",
"EventId": "d08a89dd-c695-41ba-bd89-ef82e874800a",
"EventRegistrationId": "31547025-3216-4546-8d1c-2a007009e878",
"EventSectorId": "cea2b8c0-84b8-4db5-8d3d-826be855241d",
"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.