New to Telerik Report Server? Start a free 30-day trial
POST api/reportserver/categories
Creates a new category.
Request Information
URI Parameters
None.
Body Parameters
Category model.
| Name | Description | Type | Additional information |
|---|---|---|---|
| Name |
The category name. | string |
Required |
Request body formats
application/json, text/json
json
{
"Name": "sample string 1"
}
Response Information
Resource Description
The ID of the new category.
string
| Name | Description | Type | Additional information |
|---|
Response Formats
application/json, text/json
"sample string 1"