Soliditech icon

Soliditech

Consume Soliditech API (v.0.2.10)

Overview

This node operation accepts a proposal for a quote in the Soliditech system. It is useful in scenarios where a user needs to programmatically confirm or accept a sales proposal identified by a quote ID. For example, after reviewing a quote, a sales agent can use this operation to accept the proposal and trigger subsequent processes such as contract creation or order processing.

Use Case Examples

  1. Accepting a sales proposal by providing the quote ID to confirm the customer's acceptance.
  2. Automating the acceptance of multiple proposals in a workflow by iterating over quote IDs.

Properties

Name Meaning
Quote ID The unique identifier of the quote whose proposal is to be accepted. This is a required string input, e.g., 'Q41617'.
Simplify Output A boolean flag to determine whether the output data should be simplified for easier consumption.
Simplify Path The JSON path to the property that should be returned if output simplification is enabled. Defaults to 'result'.

Output

JSON

  • result - The main response data from the Accept Proposal API call, containing details about the accepted proposal.

Dependencies

  • Requires an API key credential for Soliditech API authentication.

Troubleshooting

  • Common issues include providing an invalid or missing Quote ID, which will cause the API call to fail.
  • If the API credentials are incorrect or missing, authentication errors will occur.
  • Errors related to missing binary data are not applicable for this operation but may appear if other operations are used incorrectly.

Links

Discussion