How to Review Object Structures for REST API Calls

When writing a logic with API calls, it is very handy to understand the underlying structures used in Pricefx objects (e.g. quotes, contracts and agreements).

To get a better insight, try the following:

  1. In Pricefx, open e.g. a rebate agreement.
  2. In the same browser window, open Developer Tools. For example, in Chrome you will find them at the control center > More tools > Developers tools.
  3. Run an action with the rebate agreement, e.g. modify it and click Save or Recalculate.
  4. Study in the Developer Tools window how the call is constructed, what fields are used, how their values change (if you e.g. run the action again or work just with line items):
    1. Go to the Network tab.
    2. Filter out the action you want to examine.
    3. In the Headers section expand the Request Payload subsection.
    4. Check out the fields of the given agreement and their values.
  5. When you recalculate a quote you can see how long the related backend actions took (such as quote or line item header logic execution in prePhase or postPhase).
    1. Go to the Preview tab.
    2. Select the calculation endpoint quotemanager.price – the second response shows the processing times.



Found an issue in documentation? Write to us.