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": "51fb4275-2ac7-4d79-80f3-2d0b67c9414e",
"EventId": "880965bd-83be-42b1-9cad-5fedff9feec3",
"EventRegistrationId": "e33960a0-4e03-4025-93cc-0d3bfd7055fc",
"EventSectorId": "30557dca-c26b-4a6d-b15d-d17421e4288f",
"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.