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": "4e7c7674-6a18-4624-b036-7291f9165c2d",
  "LibraryCategoryId": "1eafabe2-ebac-4be0-8e4a-0adde62cc22c",
  "LibrarySubCategoryId": "ad7ccedc-3cc8-45c4-af3d-fdb5cb3b26a0"
}

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.