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": "471c49fc-da58-41ea-8b07-28c0d2cd5c7f",
"EventId": "53803375-593a-4306-a8b8-d1491d44e00f",
"EventRegistrationId": "65fd79bb-0821-44e1-a638-7bd662178549",
"EventSectorId": "e93959d4-81cb-42e1-ad7a-ce0d8b4ec960",
"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.