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": "a881dc87-379c-420a-8120-e4a09154caf7",
"EventId": "0149cfd1-c869-45ed-858a-4534ff63ffa7",
"EventRegistrationId": "7bf89cb0-565a-47cd-bc24-73ead69a9997",
"EventSectorId": "406ccd80-b3dc-4823-bd53-6717fc21615a",
"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.