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": "72167961-2f60-43e7-88fe-84b7ceb0ad73",
"Name": "sample string 2",
"Description": "sample string 3",
"LibraryCategoryId": "e2168c46-ab23-407d-ab25-d21f60910c7c",
"IsFavouriteLibraryCategory": 1,
"HaveLibrarySubCategory": true,
"UserId": "619b2cd5-6441-40c1-9589-88b6b74d293a"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.