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": "4ddcc437-cb4f-42ea-a8d0-709736e01c86",
"EventId": "d42598fa-5b69-4ddd-8bf6-a6ad88e98a90",
"EventRegistrationId": "32dd4f7b-fa50-4b54-8caa-3a117faefb22",
"EventSectorId": "8d7100e6-5d74-4ca7-b5da-652c2b3d1ebb",
"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.