Data Types

Defines a type of data including the default control to be used to display the data element, the default formatting, and where necessary the mapping of the data type to the database.

Body Params
string | null

Description of the Datatype.

string | null

Miscellaneous notes and information for the entry or record.

string
required
length between 1 and 450

DataTypeId is a primary key field of data type nvarchar with a maximum length of 450 in the DataType table. It is used to uniquely identify each DataType record and is used as a foreign key in other tables that reference the DataType table.

string | null

Mapped C# type

string | null

The default control type to be used for the datatype.

string | null

Shows how the data type should be aligned.

Response
200

OK

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