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": "0cd8b71d-dddd-43bb-ad04-0c1ff9d6f027",
"EventId": "5507c906-104d-4cf3-b3ff-9e3a4e53ae84",
"EventRegistrationId": "60608393-22c3-41e5-9014-14a9aefb2ec4",
"EventSectorId": "e2232fe4-bab7-46f8-80ec-f122c55fa8b6",
"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.