POST api/Event/GetClassesDetails
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": "db907fdc-5bda-4b6e-bda0-6855358ab941",
"EventId": "e15e869d-d555-4b83-8c94-ac8cced9ce1e",
"EventRegistrationId": "6357a7ad-2ab0-4280-86ed-9c8e88e80a22",
"EventSectorId": "a7f894ec-2a57-4273-a431-8950724152fa",
"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.