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": "936f0ac0-81d3-4896-8512-99548d68d5ee",
"LibraryCategoryId": "f9d6e483-4634-4423-8f3e-05047a64c4d6",
"LibrarySubCategoryId": "615030d2-5099-4d15-a111-40962e97afca"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.