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": "6e3f6072-bff3-45e1-af25-1f940b42b438",
"EventId": "dd07b324-f91c-4ab0-bd58-eba123fa4c32",
"EventRegistrationId": "cbe21b80-44bb-48f9-9218-d6d670955fe3",
"EventSectorId": "c9f82232-b30c-4af3-b885-2410140a9d19",
"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.