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": "43c11c6a-d640-4888-b42e-d18a810aa7b1",
  "LibraryCategoryId": "1b09b425-ac41-4f05-84f6-8a14f19f16a5",
  "LibrarySubCategoryId": "33de19a3-7cff-4fe9-af59-0e4e4239d2e5"
}

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.