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": "beb41d8e-19b5-49d2-aec7-e128904e107d",
  "LibraryCategoryId": "045f1943-8ead-4cdb-84c6-e76b4ec1dfaf",
  "LibrarySubCategoryId": "3d0e925c-cc16-489f-9310-539b00bdb7a7"
}

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.