POST api/Event/GetLibraryCategory

Request Information

URI Parameters

None.

Body Parameters

DTOGetLibraryCategory
NameDescriptionTypeAdditional 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": "9646f0c8-9d72-462a-a201-0cb126b79cdf",
  "Name": "sample string 2",
  "Description": "sample string 3",
  "LibraryCategoryId": "89ee8ead-55e2-4b64-9e74-915e83e8e647",
  "IsFavouriteLibraryCategory": 1,
  "HaveLibrarySubCategory": true,
  "UserId": "c4c042a0-9cc8-48a6-97a0-56e17ce13412"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.