System Defn System Categories

The SystemDefnSystemCategory table is part of the Core package, and it stores the data related to system definitions and system categories. The table has the following columns: SystemDefinition_ID, SystemCategory_ID, and SystemCategoryName. The SystemDefinition_ID is the unique identifier of the system definition while the SystemCategory_ID is the unique identifier of the system category. The SystemCategoryName is the name of the system category. This table is important as it helps in organizing

Path Params
string
required
Body Params
int32

SystemDefnSystemCategoryId is an int data type field located in the table SystemDefnSystemCategory. This field serves as an identity field, meaning it is a primary key of the table with which records can be uniquely identified. The system category id field plays a role in being able to look up the system category name and other related information in the table.

int32

SystemDefnId is an int data type and is used to uniquely identify a system definition within the SystemDefnSystemCategory table. It is a primary key field used to link SystemDefn records to their associated SystemCategory records.

string
required
length between 1 and 64

SystemCategoryId is a nvarchar field with a maximum length of 64 in the SystemDefnSystemCategory table. This field contains a unique ID for each system category provided by the System Definition module.

Response
200

OK

Language
URL
Response
Click Try It! to start a request and see the response here!