POST api/reportserver/v2/categories
Creates a new category.
Request Information
URI Parameters
None.
Body Parameters
Category model.
CreateCategoryDataName | Description | Type | Additional information |
---|---|---|---|
Name |
The category name. |
string |
Required |
Request body formats
application/json, text/json
Sample:
{ "Name": "sample string 1" }
Response Information
Resource Description
CategoryName | Description | Type | Additional information |
---|---|---|---|
Id |
The ID of the category. |
string |
Required |
Name |
The category name. |
string |
Required |
Response Formats
application/json, text/json
Sample:
{ "Id": "sample string 1", "Name": "sample string 2" }