The figure depicts a REST API call to PDC RSM and its response flow. Three boxes represent:

Data Flow:

  1. Client to PDC RSM: GET REST call for pricing information.
  2. PDC RSM:Internally retrieves pricing data via GET REST API (/pdc/pricing).

    Processes the request and prepares pricing objects.

  3. PDC RSM to Client: Sends GET response with pricing information.
  4. PDC RSM to PDC:Exports pricing objects for further processing.

    Sends export response.

This simplified flow represents a RESTful API interaction with an additional export step. Refer to the documentation for a detailed flow of the REST API.