POST api/Event/GetLibrarySubCategory
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": "85e28e3c-4f75-4f72-bb5a-937d6a67f683",
"Name": "sample string 2",
"Description": "sample string 3",
"LibraryCategoryId": "77a83e3b-c235-4533-9300-2a3acb20de69",
"IsFavouriteLibraryCategory": 1,
"HaveLibrarySubCategory": true,
"UserId": "bc2087b0-8241-43aa-9098-378f04eb963c"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.