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": "56ea36cf-c3e2-4e02-b447-70a123857216",
"EventId": "5117debc-a448-4075-9958-995164804f7a",
"EventRegistrationId": "8d85292b-6c80-4535-81a6-80957f01015d",
"EventSectorId": "b3b7e1fd-d70e-49f4-8403-8e3ed375bb60",
"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.