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": "2f93f598-11b8-4509-a9da-817a5629dae3",
"EventId": "725abbab-231a-469d-acd0-b00aca8ff884",
"EventRegistrationId": "688e7df7-e191-4f08-80b6-830ec32748ed",
"EventSectorId": "69b01bfd-8f0c-4edd-8325-eb39239bc9a2",
"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.