POST api/Event/GetLibraryAttachment
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": "13f37e9f-cced-44bb-ae6d-f5293995bea9",
"LibraryCategoryId": "76e45aa2-2041-4325-b855-cde3303f37df",
"LibrarySubCategoryId": "8715edd2-b00e-4af5-9529-351c40895d79"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.