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": "8e5a8293-6cc1-4c35-871b-8bdfc2692deb",
"EventId": "4d24f0e0-4d8d-439c-a9d4-92e9b9f8086e",
"EventRegistrationId": "6248dcbd-3925-4942-bdb6-cf59af97ad4c",
"EventSectorId": "23a3ca8b-57c0-4f14-a34e-8a6d7f3a2097",
"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.