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": "df5ba7eb-6f99-43f0-8081-31fa7dc52276",
"EventId": "14553490-6a7a-4372-ad13-57e44c46087d",
"EventRegistrationId": "8354ffe3-4e03-40bc-a709-9a43e0c7ee00",
"EventSectorId": "8fe6278c-3c3f-4b01-9af9-c8fc8b9be572",
"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.