POST api/Event/GetLibraryAttachment

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": "371424b3-ca9c-40e1-88e6-9de58793352f",
  "LibraryCategoryId": "f36aa409-295a-4fa6-8bb4-3ce6c47f2929",
  "LibrarySubCategoryId": "d151d171-4017-490f-b8e1-236f0eb3fdc5"
}

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.