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": "662e9874-27ec-4477-b719-32a5de8e4179",
  "LibraryCategoryId": "6d95fd15-8af1-4c76-906d-e7f27379b30e",
  "LibrarySubCategoryId": "4bc098ec-11d2-40bb-9baa-6fc90d6719c7"
}

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.