Soliditech icon

Soliditech

Consume Soliditech API (v.0.2.10)

Overview

This node interacts with the Soliditech API to perform various operations related to quotes, specifically the 'Get Proposal Details' operation retrieves detailed information about a specific quote proposal using its quote number. It is useful for users who need to fetch and review detailed proposal data from the Soliditech system, such as sales teams or customer service agents managing quotes and proposals.

Use Case Examples

  1. Retrieve detailed proposal information for a quote identified by its quote number, e.g., 'Q7952'.
  2. Include additional data such as fibre feasibility in the proposal details response.
  3. Simplify the output to return only a specific part of the response data for easier processing.

Properties

Name Meaning
Quote Number The unique identifier of the quote for which proposal details are requested. Example: 'Q7952'.
Additional Fields Optional additional parameters to include in the request, such as 'Include Fibre Feasibility' to enrich the response data.
Simplify Output Boolean flag to determine whether to simplify the output data by returning only a specific property path.
Simplify Path The JSON path to the property that should be returned if output simplification is enabled. Default is 'result'.

Output

JSON

  • result - The main data object containing the proposal details retrieved from the Soliditech API.

Dependencies

  • Soliditech API key credential for authentication

Troubleshooting

  • Ensure the 'Quote Number' is provided and correctly formatted; missing or invalid quote numbers will cause errors.
  • If 'Include Fibre Feasibility' is used, verify that the API supports this parameter and that the user has permission to access this data.
  • Errors related to JSON parameters indicate malformed or invalid JSON input; ensure JSON inputs are valid objects.
  • Binary data errors occur if expected binary data is missing or incorrectly referenced; verify binary property names and data presence.

Links

Discussion