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": "9f76c821-12c5-4890-86ab-fef3670066a3",
"LibraryCategoryId": "ef91880f-e187-4b9b-8c8a-3e398388d127",
"LibrarySubCategoryId": "2b8ca8cb-404f-4a9a-8105-54e8a5a31669"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.