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": "5945d2cb-31ca-4693-83d4-0042277bf75f",
"EventId": "d2c19208-580d-4be6-870d-2be904f14051",
"EventRegistrationId": "7314b3b7-f2fc-4dd1-afa7-af99304082e7",
"EventSectorId": "2b177d05-d5b3-4232-915a-782e2800652a",
"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.