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": "646185dc-9957-4a8e-aa3a-98c2058c3078",
"EventId": "72f88b1e-5dd9-4f4f-b8da-4d82d02287f1",
"EventRegistrationId": "cf291943-fbd2-4af6-81e3-65c7c232602f",
"EventSectorId": "27a416e9-aa98-48f8-ad8a-3866d6bd52f5",
"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.