HTTP API console

Pricefx offers a wide range of HTTP API endpoints. They can be tested from a console which automatically sets the HTTP authorization header based on the selected environment and partition. The console can be useful when testing boundCalls.

  1. Open the console from Tools > HTTP API console.

  2. Select the environment and partition.

  3. Start typing the API command name of the endpoint in the text field. It has auto-completion support, so you can easily find the command among the existing ones.

  4. Type (or paste) the HTTP request payload in a JSON format.

  5. Click to execute the request and the response body will show.

  6. Optionally, click to copy the URL of the endpoint.

 

See also:
https://api.pricefx.com/rest-api/
https://developer.pricefx.eu/pricefx-api/groovy/master/net/pricefx/formulaengine/scripting/PublicGroovyAPI.html#boundCall(java.lang.String,java.lang.String,java.lang.String,java.lang.Boolean...)

Found an issue in documentation? Write to us.