POST api/Event/DownloadLibraryAttachment

Request Information

URI Parameters

None.

Body Parameters

LibraryViewModel
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

LibraryCategoryId

globally unique identifier

None.

LibrarySubCategoryId

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": "21ae9ed4-64af-46e9-a127-19a5a1f0c002",
  "LibraryCategoryId": "30de22d0-4a99-4a64-aa66-709565768364",
  "LibrarySubCategoryId": "81b3a1a9-279e-47b0-b317-55cc96e859d1"
}

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.