Pricefx REST API Reference
The Pricefx Backend API
Download OpenAPI description
Overview
URL
Pricefx
Languages
Servers
Mock server
https://api.pricefx.com/_mock/openapi/reference/pricefx-server_openapi
URL:
https://{baseUrl}/pricefx/{partition}
See the Key-Value Database Storage Knowledge Base article for more details.
Operations
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.
A Filter rule with the actual condition.
Operator for comparing.
Enum"\"equals\"""\"notEqual\"""\"iEquals\"""\"iNotEqual\"""\"greaterThan\"""\"lessThan\"""\"greaterOrEqual\"""\"lessOrEqual\"""\"isNull\"""\"notNull\""
{ "fieldName": "string", "operator": "\"equals\"", "value": "string", "_constructor": "AdvancedCriteria" }
Filter Group for hiding or disabling steps or tabs.
One of:
Filter Group for hiding or disabling steps or tabs.
object group Recursive
{ "criteria": [ {} ], "operator": "and", "_constructor": "AdvancedCriteria" }
Filter can be a rule or a group of rules with a combining operator.
- group
- rule
{ "criteria": [ { … } ], "operator": "and", "_constructor": "AdvancedCriteria" }
Comments