Document Type Properties

The DocumentTypeProperty table in the Core package serves as a repository for metadata attributes that define various types of documents used within the system. Each entry in the table represents a specific property associated with a document type, such as its name, description, data type, and validation rules. This table enables flexible document management by allowing users to customize and extend the properties of document types to meet their organizational needs, ensuring consistent and efficient handling of diverse documents across applications.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
Body Params
int32

The DocumentTypePropertyId is an identity field of type int within the DocumentTypeProperty table, serving as a unique identifier for each record. This auto-incrementing integer ensures that every document type property is distinctly referenced, facilitating efficient data management and retrieval.

string
required
length between 1 and 450

The DocumentTypeId field is a nvarchar data type with a maximum length of 450 characters, designed to uniquely identify the type of document associated with a specific property in the DocumentTypeProperty table. This field allows for the storage of flexible and varied document type identifiers, accommodating different naming conventions and formats used across various document management systems. It serves as a crucial link between documents and their corresponding types, facilitating efficient categorization, retrieval, and management of documents within the system.

int32

EntityPropertyId: An integer identifier that uniquely represents the associated entity property within the DocumentTypeProperty table, facilitating the linkage and management of attributes related to specific document types.

Headers
string
enum
Defaults to application/json;odata.metadata=minimal;odata.streaming=true

Generated from available request content types

Response
200

OK

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