Master Data entity stores information about the data which does not change over long periods of time. This constant informations are mainly used to categorize other kind of database informations which are more volatile (dynamic data).

Database level

See the entity fields bellow. Mandatory fields are marked in red:

NameTypeLabelDescription
form *StringFormRepresents the entity form. Will always be "mdata".
mdata_name *StringNameThe object name.
mdata_category *String
The object category.
mdata_nummerString
The object number.
mdata_subnameString
The object subname if existing.
mdata_subnummerString
The object subnumber id existing.

QEE classes level

The class representing the Master Data is QEEMdata

Inherits from: QEEObject

REST level

The endpoints dealing with Master Data are:

xrMdata (GET, POST, PUT, DELETE)

xrMdatas (GET, PUT, DELETE)