POST api/Event/DownloadLibraryAttachment
Request Information
URI Parameters
None.
Body Parameters
LibraryViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| LibraryCategoryId | globally unique identifier |
None. |
|
| LibrarySubCategoryId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "064ed387-b005-4c59-b857-23ec74bcad16",
"LibraryCategoryId": "5046b8ce-ce6e-4e94-89f2-cf292237441e",
"LibrarySubCategoryId": "df034981-cf68-4934-b547-b10a99264e7f"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.