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": "a92ce622-096f-4c1d-a9d9-0a79f93f10ac",
"EventId": "ca25239e-2e94-4dc1-a0bf-b68e72f31340",
"EventRegistrationId": "2af1a896-0293-477c-ab28-d5e77300250d",
"EventSectorId": "0ecf60e1-f509-481a-b208-e301c9fa36cb",
"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.