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": "84d7c6ee-2c55-46d1-946c-1860eec788cd",
"LibraryCategoryId": "c13e0593-0d0d-4699-bc53-bb4ad6ad9d0f",
"LibrarySubCategoryId": "2f22a246-038c-42f1-92c1-ef23e0fcd28e"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.