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": "6a8efd23-bc4f-414a-b010-b219d5474f0e",
"EventId": "381bfd28-9653-437b-855c-7b04fd7dec06",
"EventRegistrationId": "e4f21446-f52e-4439-aaae-cce55ef7aa76",
"EventSectorId": "c0144d42-bd44-4955-b20f-8e7bcc3460b6",
"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.