POST api/Event/DownloadDesignerPoster
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": "b7d8e9af-6620-4cff-8c30-12e55ddd323d",
"EventId": "e85b3b4b-bf9c-404c-850b-84bbf83d8014",
"EventRegistrationId": "a9ac0e12-8c0e-4622-b86e-964d92597e13",
"EventSectorId": "6aaeeecb-806d-4224-a839-0a79bacfc8bc",
"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.