Soliditech icon

Soliditech

Consume Soliditech API (v.0.2.10)

Overview

This node interacts with the Soliditech API to delete specific quote lines from a given quote. It is useful in scenarios where you need to programmatically remove certain lines from a quote, such as updating a sales proposal or correcting quote details. For example, a sales automation workflow could use this node to delete outdated or incorrect quote lines before finalizing a quote.

Use Case Examples

  1. Deleting specific lines from a quote identified by Quote ID to update the proposal before approval.
  2. Removing multiple quote lines by specifying their line numbers in a batch operation.

Properties

Name Meaning
Quote ID The identifier of the quote from which lines will be deleted.
List Quote Lines A collection of quote lines to delete, each specified by its line number.
Simplify Output Whether to simplify the output data returned by the node.
Simplify Path The path to the property in the response that should be returned if output simplification is enabled.

Output

JSON

  • result - The main response data from the API after deleting the quote lines.

Dependencies

  • Requires an API key credential for Soliditech API authentication.

Troubleshooting

  • Ensure the Quote ID is valid and exists in the system; otherwise, the API may return an error indicating the quote was not found.
  • Verify that the line numbers specified in 'List Quote Lines' exist in the quote; invalid line numbers may cause the operation to fail.
  • Check that the API credentials are correctly configured and have the necessary permissions to delete quote lines.
  • If the node throws an error about missing binary data, ensure that the input data and parameters are correctly set, although this operation does not require binary data.

Links

Discussion