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": "ff7fa095-957e-40c4-a6d5-7ac58e297992",
"EventId": "aa93b9a9-2e4e-42dc-bc85-f7c3a9558db1",
"EventRegistrationId": "4ace2572-46fb-4df5-b1ff-a7297fcc7775",
"EventSectorId": "95e618cf-f160-4b1a-a91f-dad9d0ae3085",
"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.