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": "f3141a05-e9ef-4739-a14d-c9c06fc3895c",
"EventId": "7b7fa6cc-1d43-407c-9a4f-56706b93a047",
"EventRegistrationId": "7cb546ea-863a-4616-b8b1-68d4894dd76d",
"EventSectorId": "72c95017-f092-4779-add2-0bc87f6213b7",
"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.