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": "03132d3e-88a5-4e3a-b0dc-b63d440b8862",
"EventId": "c4d90250-68f9-426b-8890-e9098c922c01",
"EventRegistrationId": "c88f976c-9998-483e-81be-409228e4470e",
"EventSectorId": "bbdd9b45-e339-4ae5-8106-51c569a27083",
"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.