Soliditech icon

Soliditech

Consume Soliditech API (v.0.2.10)

Overview

This node operation processes an order related to a quote in the Soliditech system. It is useful for automating the submission of order data, including quote identification, additional order details, and associated binary files, to the Soliditech API for order processing. Practical applications include integrating order processing workflows in sales or CRM systems where quotes are converted into orders with detailed line items and service parameters.

Use Case Examples

  1. Automate order processing by submitting quote details and associated files directly from a CRM system to Soliditech.
  2. Process complex orders with multiple line items and service parameters, including uploading related documents as binary data.

Properties

Name Meaning
Quote ID The identifier of the quote to process the order for.
Binary Data Property Name The name of the binary data property containing the file to upload with the order.
Additional Fields Optional additional fields to include in the order, such as sales channel, contract signature date, customer promised date, and detailed order lines with metadata and service parameters.

Output

JSON

  • result - The response data from the Soliditech API after processing the order.

Dependencies

  • Soliditech API

Troubleshooting

  • Ensure the binary data property name matches the actual binary data property in the input; otherwise, the node will throw an error indicating no binary data found.
  • Verify that the quote ID is provided and valid, as it is required for processing the order.
  • If the additional fields include complex nested structures like order lines and services, ensure they are correctly formatted to avoid API errors.

Links

Discussion