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": "6ae930ce-c427-435c-9624-9fa405e8ba2c",
"EventId": "f77b8ce9-5b5a-48e8-bca1-6ed9444f9e89",
"EventRegistrationId": "7a3fe11e-977b-4cf2-8644-e20fd4332236",
"EventSectorId": "e81c15b2-dd02-45ca-9f66-6884a8e347fd",
"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.