POST api/reportserver/categories

Creates a new category.

Request Information

URI Parameters

None.

Body Parameters

Category model.

CreateCategoryData
NameDescriptionTypeAdditional information
Name

The category name.

string

Required

Request body formats

application/json, text/json

Sample:
{
  "Name": "sample string 1"
}

Response Information

Resource Description

The ID of the new category.

string
NameDescriptionTypeAdditional information

Response Formats

application/json, text/json

Sample:
"sample string 1"
In this article
Not finding the help you need?