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": "27bece62-c78f-40bd-ad03-a2086b8933d0",
"EventId": "2cf7c396-9b7e-420e-9972-ead11251e413",
"EventRegistrationId": "f86851c0-3089-4d9c-9408-fe34678a7158",
"EventSectorId": "0fc215bd-ead2-4784-9630-ddfb231948b3",
"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.