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": "af547c5c-eda8-4fa2-9acf-c7816af02dfb",
"EventId": "f1f3d715-351d-4796-8eef-0bfaa9f8760b",
"EventRegistrationId": "d634f009-a73f-466b-a8b1-d85b6bf268a0",
"EventSectorId": "b68d6274-2734-4f18-92ed-8f9a84e1c1d2",
"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.