Pricefx REST API Reference
Pricefx REST API
/Pricefx API Reference/- List Calculation Grid Items
Add a Calculation Grid
List Calculation Grids
Get a Calculation Grid
Update a Calculation Grid
Delete a Calculation Grid
Calculate a Calculation Grid
Add a Calculation Grid Item
Get a Calculation Grid Item
Update a Calculation Grid Item
Submit a Calculation Grid Item
Deny a Calculation Grid Item
Delete a Calculation Grid Item
List Calculation Grid Ite...
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}
Bodyapplication/json
dataCalculationGridItem1Key (object) or CalculationGridItem2Key (object) or CalculationGridItem3Key (object) or CalculationGridItem4Key (object) or CalculationGridItem5Key (object) or CalculationGridItem6Key (object)
Any of:
- CalculationGridItem1Key
- CalculationGridItem2Key
- CalculationGridItem3Key
- CalculationGridItem4Key
- CalculationGridItem5Key
- CalculationGridItem6Key
The type code is CGI1.
- Mock serverhttps://api.pricefx.com/_mock/openapi/reference/pricefx-server_openapi/add/CGI{keyNumber}
- URL:https://companynode.pricefx.com/pricefx/companypartition/add/CGI{keyNumber}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
-u <username>:<password> \
https://api.pricefx.com/_mock/openapi/reference/pricefx-server_openapi/add/CGI6 \
-H 'Content-Type: application/json' \
-d '{
"data": {
"key1": "1",
"key2": "q",
"key3": "2",
"key4": "aa",
"key5": "q",
"key6": "u",
"calculationGridId": 7
}
}'Response
application/json
{ "response": { "node": "e2e-tabasco-node", "data": [ … ], "status": 0 } }
- Mock serverhttps://api.pricefx.com/_mock/openapi/reference/pricefx-server_openapi/fetch/CGI{keyNumber}
- URL:https://companynode.pricefx.com/pricefx/companypartition/fetch/CGI{keyNumber}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
-u <username>:<password> \
'https://api.pricefx.com/_mock/openapi/reference/pricefx-server_openapi/fetch/CGI{keyNumber}' \
-H 'Content-Type: application/json' \
-d '{
"endRow": 300,
"oldValues": null,
"operationType": "fetch",
"startRow": 0,
"textMatchStyle": "exact",
"data": {
"calculationGridId": "7"
}
}'Response
application/json
{ "response": { "node": "string", "startRow": 0, "data": [ … ], "endRow": 0, "totalRows": 0, "status": 0 } }
Path
Bodyapplication/jsonUse CGI1..CGI6 in the path, where numbers from 1 to 6 refer to Calculation Grid Item keys.
Enum"1""2""3""4""5""6"
object
- Mock serverhttps://api.pricefx.com/_mock/openapi/reference/pricefx-server_openapi/fetch/CGI{keyNumber}/{id}
- URL:https://companynode.pricefx.com/pricefx/companypartition/fetch/CGI{keyNumber}/{id}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
-u <username>:<password> \
'https://api.pricefx.com/_mock/openapi/reference/pricefx-server_openapi/fetch/CGI{keyNumber}/{id}' \
-H 'Content-Type: application/json' \
-d '{}'Response
application/json
{ "response": { "node": "e2e-tabasco-node", "data": [ … ], "status": 0 } }
CommentsCopy for LLM Copy page as Markdown for LLMs View as Markdown Open this page as Markdown Open in ChatGPT Get insights from ChatGPT Open in Claude Get insights from Claude Connect to Cursor Install MCP server on Cursor Connect to VS Code Install MCP server on VS Code