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": "6d81ecc5-76e5-445a-b3ab-34431266c52c",
"EventId": "d42734c9-b0eb-4c87-a621-be6ee5c63e20",
"EventRegistrationId": "8fc919a9-a24c-4e03-ab62-ceb025629b90",
"EventSectorId": "3f89f90c-3d70-46ce-a358-6c9a402cc541",
"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.