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": "5aa1b2d2-cd3b-47ac-9bf1-62d5127cb9a3",
  "LibraryCategoryId": "bc8c8962-3baf-4a82-8494-789eaf92361f",
  "LibrarySubCategoryId": "29a82358-c071-4eef-aeb4-d808039c8293"
}

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.