Soliditech icon

Soliditech

Consume Soliditech API (v.0.2.10)

Overview

This node interacts with the Soliditech API to retrieve contract products associated with a specific customer account. It is designed to fetch detailed product information tied to a customer's contract, which can be useful for customer management, billing, or service provisioning scenarios. For example, a business can use this node to automatically pull contract product details for a customer to update their records or generate reports.

Use Case Examples

  1. Retrieve all contract products for a given customer account ID to display or process in a CRM system.
  2. Fetch contract product details to verify service entitlements before provisioning new services.

Properties

Name Meaning
Account ID The unique identifier of the customer account for which contract products are to be retrieved.
Simplify Output A boolean flag indicating whether to simplify the output data structure for easier consumption.
Simplify Path The JSON path to the property in the response that should be returned when output simplification is enabled.

Output

JSON

  • result - The main property in the API response containing the contract products data, or a simplified subset of it if simplification is enabled.

Dependencies

  • Soliditech API with authentication credentials

Troubleshooting

  • Ensure the Account ID is provided and valid; missing or incorrect Account ID will cause the API request to fail.
  • If using JSON parameters, ensure the JSON is a valid object to avoid errors.
  • If Simplify Output is enabled, verify the Simplify Path is correct to avoid returning empty or incorrect data.
  • Common error messages include invalid operation or resource errors if the operation or resource parameters are incorrect.

Links

Discussion