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": "a45873c6-bca1-4106-8d4a-12e140816845",
"EventId": "776751f9-b946-4ba9-8682-bfcfbb1f287f",
"EventRegistrationId": "d124b8bf-13c2-4c7f-8b14-888de8117877",
"EventSectorId": "bda936b9-c3c0-4a52-8687-71fe95c6f3ba",
"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.