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": "14e89a7a-afdf-4fdb-968a-fefe75efcc9f",
  "LibraryCategoryId": "e6c28fcd-85d4-430c-aa45-ee2f4d24bed9",
  "LibrarySubCategoryId": "f8fe7504-0a48-4460-a30b-66e4e56a7f97"
}

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.