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": "edfca34c-af0d-478b-a684-db52e6c3d9e8",
"EventId": "f0adbced-0109-4add-8e0a-e5aa496834b8",
"EventRegistrationId": "5c94c728-eb77-4f1c-9481-dac2795f6f69",
"EventSectorId": "bf9fcee0-5fb9-4451-91cd-61dc78e3e7a1",
"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.