POST api/Events/GetEventSectors
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": "44bac646-cb9a-4ac5-8cf9-7695b41b0245",
"EventId": "5cb81cc8-3de2-46a1-adbb-d29b6142f948",
"EventRegistrationId": "171efad5-07c4-44e7-a4d7-c62d6e490fc1",
"EventSectorId": "cbf68e4c-c4a3-4bab-bb53-e6dedb4970c5",
"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.