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": "44b8edb3-813c-4c96-8b0a-f08bb5f5310b",
"EventId": "fbc0c435-5d08-4a04-a773-92a7eac74695",
"EventRegistrationId": "eec4fd44-5942-4a8b-9533-273fa7a16d82",
"EventSectorId": "053f796b-2a92-4313-a693-a360db141479",
"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.