POST api/Event/GetFavouriteLibraryCategories
Request Information
URI Parameters
None.
Body Parameters
DTOFavouriteLibraryCategory| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| LibraryCategoryId | globally unique identifier |
None. |
|
| LibraryCategoryName | string |
None. |
|
| HaveLibrarySubCategory | boolean |
None. |
|
| Description | string |
None. |
|
| UserId | globally unique identifier |
None. |
|
| Search | string |
None. |
|
| Start | integer |
None. |
|
| Length | integer |
None. |
|
| OrderColumn | integer |
None. |
|
| OrderDir | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "b8a674f2-7909-4eed-bdd6-ef7ee99e12e3",
"LibraryCategoryId": "53f2bdd0-c45d-4db5-8e33-e31e5dcd63ec",
"LibraryCategoryName": "sample string 1",
"HaveLibrarySubCategory": true,
"Description": "sample string 3",
"UserId": "91d8ddbb-9f78-4f84-8b41-e5dca17a8a89",
"Search": "sample string 4",
"Start": 5,
"Length": 6,
"OrderColumn": 7,
"OrderDir": "sample string 8"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.