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": "18ddbc2f-3329-4236-8f69-ae8cfd853ebe",
"EventId": "a2cca438-0036-49e8-83e5-1c6ceeb79b49",
"EventRegistrationId": "102a1968-cd12-4b46-b87d-1af0d0c2dbf2",
"EventSectorId": "a757c44c-2c00-43e5-9778-29b15658f39e",
"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.