POST api/Event/DownLoadPoster
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": "73d58f34-6ac4-42fd-994a-9eb520019656",
"EventId": "9a20eaba-4156-4f2b-af4a-54eb458b44fb",
"EventRegistrationId": "b7cf0a1a-8d22-4f32-b14d-8232c4bcad82",
"EventSectorId": "e6ce1025-b4f9-42f9-a633-db26eda4de6f",
"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.