POST api/Event/AddFavouriteLibraryCategory
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": "4798f2d6-d6ce-4009-8b45-33e2ff80013e",
"LibraryCategoryId": "09f2c4e5-6fb4-46b2-b2d9-f1e5564209bd",
"LibraryCategoryName": "sample string 1",
"HaveLibrarySubCategory": true,
"Description": "sample string 3",
"UserId": "5532d7ba-1017-46a5-bb6e-d7f57e748fcf",
"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.