Pricefx REST API Reference
The Pricefx Backend API
See the Key-Value Database Storage Knowledge Base article for more details.
Here you can find all fields of the corresponding entity (represented by the type code).
Use the /metadata.describe endpoint to find out the correct data type of the field that is used in your partition.
Object with custom translations with structure. It tries to pick label according to your language, otherwise it pick label from "" key. After that translationKey is used.
If such key exist, the translation will be used. Otherwise this string will show up on the screen.
List of user groups names (separated by comma), which can view the step
List of user groups names (separated by comma), which can edit the step
Filter can be a rule or a group of rules with a combining operator.
Filter Group for hiding or disabling steps or tabs.
Filter can be a rule or a group of rules with a combining operator.
Filter Group for hiding or disabling steps or tabs.
The icon is provided by DynamicIcon component, so the icon has to be defined there
{ "name": "string", "labelTranslations": { "additionalProperties": "string", """": "string", "fr": "string", "en": "string" }, "translationKey": "string", "userGroupViewDetails": "string", "userGroupEdit": "string", "disableCheck": { "criteria": [null], "operator": "and", "_constructor": "AdvancedCriteria" }, "hiddenCheck": { "criteria": [null], "operator": "and", "_constructor": "AdvancedCriteria" }, "icon": "angle-double-left", "tabs": [ { … } ] }
Schema for definition of steps and tabs. This object can contains tabs array with tabs specifications or steps array (categories) with tabs inside.
DynamicTabs can have several types of layout. Default is stepper for config with steps and tabs for only tabs.
{ "name": "string", "layout": "tabs", "steps": [ { … } ], "tabs": [ { … } ] }
Comments