Product (prd)
Product entity stores information about the offered products of an organisation. Typically products are grouped in a product catalog.
Database level
The entity's attributes are shown below. Mandatory fields are marked with a red star:
Name | Type | Label | Description |
---|---|---|---|
form * | String | Form | Represents the entity form. Will always be "prd". |
prd_name * | String | Name | The object name |
prd_type * | String | Represents the product type as code. (e.g. "int", "ext") | |
prd_type_text | String | Represents the product type as label. | |
prd_unit * | String | Represents the product unit as code. (e.g. "pcs", "bulk") | |
prd_unit_text | String | Represents the product unit as label. |
QEE classes level
The class representing the Product is QEEPrd
Inherits from: QEEObject
REST level
The endpoints dealing with Product are:
xrPrd (GET, POST, PUT, DELETE)
xrPrds (GET, PUT, DELETE)