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": "9ac95c58-e2c6-4f53-a9ac-e301fa8158c5",
"Name": "sample string 2",
"Description": "sample string 3",
"LibraryCategoryId": "6cd529cb-310a-4415-a8d8-689275c7e06b",
"IsFavouriteLibraryCategory": 1,
"HaveLibrarySubCategory": true,
"UserId": "2708d968-e705-4234-8fd0-e3a8c44f5643"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.