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": "758ff3ff-2b3c-4d2a-aafa-7b1bfc0c0d6f",
  "LibraryCategoryId": "33c361c9-9e7b-400a-bdfd-642facfb0ea3",
  "LibrarySubCategoryId": "55e9cab5-3520-4564-87bb-e465e688d7da"
}

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.