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": "3b0ddd8d-b93c-4348-a592-17bbbb617898",
"EventId": "6f7ae943-1858-4004-8e3b-649642196a3a",
"EventRegistrationId": "a06a9350-0bce-4429-81be-905b72980740",
"EventSectorId": "2eb7e094-027d-415b-921e-91c3ec98c522",
"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.