Soliditech icon

Soliditech

Consume Soliditech API (v.0.2.10)

Overview

This node operation adds a new customer to the Soliditech system via the Soliditech API. It supports adding customer details either by providing parameters as a JSON object or by filling out individual fields such as account use, organization, currency, price list ID, account type, sales manager, business details, primary contact, physical and postal addresses, and additional optional fields. This operation is useful for automating customer creation workflows in business systems that integrate with Soliditech, such as CRM or ERP platforms.

Use Case Examples

  1. Automatically add new customers from a web form submission by mapping form fields to the node's input properties.
  2. Batch import customer data from an external database by providing JSON parameters to the node.
  3. Create customers with detailed business and contact information for billing and sales management purposes.

Properties

Name Meaning
JSON Parameters Whether to add parameters as a JSON flat object instead of individual fields.
Parameters JSON The JSON object containing customer parameters when JSON Parameters is true.
Account Use The intended use of the account.
Organization The organization name associated with the customer.
Currency The currency used for the customer account.
Price List ID The identifier for the price list assigned to the customer.
Account Type The type of account for the customer.
Sales Manager The user ID of the sales manager responsible for the customer.
Business Details Business-related metadata including business name, ID number type and number, VAT number, and phone number.
Primary Contact Primary contact metadata including title, first and last names, job title, phone numbers, fax, and email address.
Physical Address Physical address metadata including address lines, suburb, city, province, country, street code, and GPS coordinates.
Postal Address Postal address metadata including address lines, suburb, city, postal country, and postal code.
Additional Fields Additional optional fields such as account class, tax type, dealer ID, preferred language, invoice cycle type, and ticket center.
Simplify Output Whether to simplify the output data.
Simplify Path The path to the property in the response that should be returned when simplifying output.

Output

JSON

  • result - The main response data from the API call, containing details of the added customer or operation result.

Dependencies

  • Soliditech API
  • An API key credential for Soliditech API authentication

Troubleshooting

  • Ensure that when using JSON Parameters, the JSON object is valid and correctly formatted; otherwise, the node will throw an error.
  • If required fields such as business name or primary contact details are missing, the API may reject the request.
  • Check that the API credentials are correctly configured and have the necessary permissions to add customers.
  • If the node throws an error about missing binary data, verify that the input data contains the expected binary property.

Links

Discussion