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": "287b1786-5019-4bfb-bd61-e76fac3ee64c",
  "LibraryCategoryId": "2047e0f9-332b-461d-a000-f8cdd8c365c4",
  "LibrarySubCategoryId": "c118d48d-c35e-4312-b675-33a817fa18c4"
}

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.