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": "48e0b439-9dcb-4edb-9a89-47fd455b6804",
"LibraryCategoryId": "a60babd8-1907-4f81-9895-b34ee843bdd5",
"LibrarySubCategoryId": "7fce0ebc-abd6-41b7-bbe8-e78b14d7c075"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.