POST api/Event/RemoveFavouriteLibraryCategory
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": "ef92df61-6dba-4ba6-bd8e-831415ab5a80",
"LibraryCategoryId": "4d3807d4-cf3e-4d7b-9e75-83180ff5bfa2",
"LibraryCategoryName": "sample string 1",
"HaveLibrarySubCategory": true,
"Description": "sample string 3",
"UserId": "e8460781-ba9b-4f2c-9d81-79eb8c9617b4",
"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.