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": "ca52267b-d2d0-46e9-b310-883a8e7c0304",
  "LibraryCategoryId": "dd237094-2dc1-4fe4-b1ef-9046980f3d7a",
  "LibrarySubCategoryId": "6d517607-d46f-4f07-8305-88f1cb70ccac"
}

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.