ModelCategory Object
Contains information about a category defined for model objects in the business.
This object is used by the following operations:
- POST /api/businesses/{BusinessID}/modelcategories (in request and response)
- GET /api/businesses/{BusinessID}/modelcategories/{CategoryName} (in response)
- PUT /api/businesses/{BusinessID}/modelcategories/{CategoryName} (in request and response)
The properties included in the ModelCategory object are listed below.
Property | Type | Description |
---|---|---|
Name | Integer | The name of the model category. |
Description | Integer | Text description of the model category. |
Deleted | boolean | Indicates whether the model category has been marked for deletion. If a category is marked for deletion but is still in use, it continues to be valid for existing model objects assigned to the category; however, new model objects cannot be assigned to it. |