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": "5840408f-20f2-419b-aa75-4c13bc8d6efc",
"EventId": "c4a305d2-d8de-4181-baf1-394089bb2814",
"EventRegistrationId": "90c4337a-1497-4fc3-91e4-e816d49b10fe",
"EventSectorId": "251028e8-cc57-42e1-9cb6-44249de94ae9",
"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.