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": "c576d923-5ebb-4347-879f-816208c718b1",
"EventId": "2b8b9fd3-84e6-4a78-8ba3-43c6781b49bc",
"EventRegistrationId": "f1f05736-b2d9-446e-9410-f943fb27876e",
"EventSectorId": "f1133401-c808-4990-baeb-12d49bd4c911",
"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.