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": "2c0d773b-6f94-4fc4-848d-16bff7c9dc81",
"EventId": "e46c774c-c3ad-47e3-8707-43e5c25f3091",
"EventRegistrationId": "542d35e7-085b-4341-81f5-e041c42b6404",
"EventSectorId": "93c50a29-75b6-4b21-bdae-938c4718a531",
"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.