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": "3b98f812-4413-4bff-bd34-d8350613c418",
"LibraryCategoryId": "bf706948-822b-44bd-86ba-ecebd52f8bbb",
"LibrarySubCategoryId": "dd91b905-904b-47a6-9704-c6982fd1aa69"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.