Service entity represents the ability of an organization to perform repeatadly specific tasks or jobs for a predefined amount of money. All the Synapcus services for an organization are listed in the service catalog.

Database level

The entity's attributes are shown below. Mandatory fields are marked with a red star:

NameTypeLabelDescription
form *StringFormRepresents the entity form. Will always be "ser".
ser_name *StringNameThe object name
ser_costNumber
Represent te cost of the service or aquisition cost
ser_descHTLM/STring
Represents the fully descriprion of the service
ser_nr *String
Represents the service nr as per catalogue
ser_priceNumber
Represents the service price or sell price
ser_prj_catString
Represents the service category the object belogs to as code
ser_prj_cat_textString
Represents the service category the object belogs to as label
ser_prj_fctString
Represents the function into the project the object belogs to as code
ser_prj_fct_textString
Represents the function into the project the object belogs to as label
ser_prj_roleString
Represents the role into the project the object belogs to as code
ser_prj_role_textString
Represents the role into the project the object belogs to as label
ser_profit_typeString
Represents te profit marge
ser_type *String
Represents the type of the object as code. (e.g. "int", "ext")
ser_type_textString
Represents the type of the object as label.
ser_unit *String
Represents the unit type as code.
ser_unit_textString
Represents the unit type as label.

QEE classes level

The class representing the Service is QEESer

Inherits from: QEEObject

REST level

The endpoints dealing with Service are:

xrSer (GET, POST, PUT, DELETE)

xrSers (GET, PUT, DELETE)