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": "4e8a44e2-f752-4366-8809-49c6508c9524",
"EventId": "ae56c043-799f-4fb2-aa6b-b05298834340",
"EventRegistrationId": "56e0d7b7-3a95-48a6-815a-8663ebca2260",
"EventSectorId": "cbd36ea8-f64a-4ef6-8a60-bd5b1678fa40",
"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.