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": "adc1fb07-dadc-4908-b5dc-9cf1e8ea7974",
  "LibraryCategoryId": "42a164f5-5fa0-464d-9bbc-1a8fb4766ec9",
  "LibrarySubCategoryId": "6162ddf2-5133-4200-87b3-73e5fec1abf5"
}

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.