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": "f4e9ef13-6e13-4c37-aeab-16b24c5e4811",
"EventId": "7d8674ba-d0c1-4ee1-a16c-320ce8277431",
"EventRegistrationId": "8c1f8f5a-7e85-4bff-81ea-2e56ac13ea8e",
"EventSectorId": "f8a79f0e-faf6-4bdc-b059-bf3a3968591c",
"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.