Create Classification Category
/classification_categories
Create Classification Category [POST]
Create a new canned comment for a question.
The category’s id and rowStatus are assigned by the InspectAll API at the moment of creation.
Authorization: Admin
Request
Body{ "name": "Fire Protection and Prevention" }
Response 200
Body
{ "item": { "id": 23, "name": "Fire Protection and Prevention", "ordinal": 9 } }