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": "c5f5aaa1-bd9d-409d-a27c-4769de985cbc",
"EventId": "c2851441-f1da-40c0-9837-126dde7deb47",
"EventRegistrationId": "fd90aa5d-d34e-440c-84bb-aafe7846ef22",
"EventSectorId": "a9fc8e57-1619-4871-9dd2-8ee5c6780f76",
"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.