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": "f3cc1933-577b-400b-9b57-4ef66430a0fa",
"EventId": "056e1c35-9bb3-4ef3-bbaa-b049595eed5c",
"EventRegistrationId": "eba36a96-a564-446f-9a82-8eedeb54f50e",
"EventSectorId": "f10d2e63-65ae-483d-8177-ec5cb876d1a8",
"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.