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": "37a62a2a-cd77-4465-ba49-bbd42818dab8",
"EventId": "610c3baf-927c-43fa-b994-e267fcf69e0a",
"EventRegistrationId": "248e0a3a-f1cf-496b-9bee-08e9265b52d5",
"EventSectorId": "77c7ae0a-d0fc-409c-b8ae-b8d6200c1e79",
"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.