POST api/Event/GetLibraryCategory
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": "5f401016-4b35-4843-8987-6411bdc63055",
"Name": "sample string 2",
"Description": "sample string 3",
"LibraryCategoryId": "d94c427f-5bb1-4fd5-a157-d4e839078eac",
"IsFavouriteLibraryCategory": 1,
"HaveLibrarySubCategory": true,
"UserId": "474b2135-7963-4087-acc9-bd24f9349b5f"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.