POST api/Event/DownLoadPoster

Request Information

URI Parameters

None.

Body Parameters

EventViewModel
NameDescriptionTypeAdditional 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": "6bb4a9a1-c29b-4041-8271-ba123024842d",
  "EventId": "987d397f-d830-4e32-909b-dc56c4e0c2af",
  "EventRegistrationId": "4b0f03f1-20ed-430e-bb3b-6fe245b19f9e",
  "EventSectorId": "7119aa79-3f02-4fc0-b636-b26b0a4be868",
  "PosterType": 2
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.