POST api/Event/GetLibraryCategory
Request Information
URI Parameters
None.
Body Parameters
DTOGetLibraryCategory| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Name | string |
None. |
|
| Description | string |
None. |
|
| LibraryCategoryId | globally unique identifier |
None. |
|
| IsFavouriteLibraryCategory | integer |
None. |
|
| HaveLibrarySubCategory | boolean |
None. |
|
| UserId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "d69d4482-5a28-49ac-ac7a-503cbea60ec5",
"Name": "sample string 2",
"Description": "sample string 3",
"LibraryCategoryId": "c51acec5-cc03-4264-8a2a-e343bbf4e55e",
"IsFavouriteLibraryCategory": 1,
"HaveLibrarySubCategory": true,
"UserId": "6b0c2d2c-b26a-44c9-801c-57519fd3f7de"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.