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": "e9a8162c-bf78-4a89-a893-21a510d15118",
"EventId": "d8289513-c81d-40a1-b3fd-6448dd35468c",
"EventRegistrationId": "3797132e-8503-4d7b-aa85-dbd96cabff87",
"EventSectorId": "386b8627-7f11-4921-9f8d-f3ff275c48f7",
"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.