Soliditech icon

Soliditech

Consume Soliditech API (v.0.2.10)

Overview

This node interacts with the Soliditech API to retrieve contract information related to telecommunications. Specifically, the 'Get Contract Info' operation under the 'Telco' resource allows users to fetch details about a contract using a supplier circuit number. This is useful in scenarios where telecom service providers or administrators need to access contract details programmatically, such as for auditing, reporting, or integration with other systems.

Use Case Examples

  1. Retrieve contract details for a specific supplier circuit number to verify service agreements.
  2. Automate contract information retrieval for telecom billing or customer service workflows.

Properties

Name Meaning
Supplier Circuit Number The unique identifier for the supplier circuit whose contract information is to be retrieved.
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 in the response that should be returned when output simplification is enabled.

Output

JSON

  • result - The main contract information data returned from the API, or a simplified subset if simplification is enabled.

Dependencies

  • Requires an API key credential for Soliditech API authentication.

Troubleshooting

  • Ensure the 'Supplier Circuit Number' is provided and correctly formatted; missing or invalid values will cause errors.
  • If the API returns an error, check the API key credentials and network connectivity.
  • When using 'Simplify Output', ensure the specified 'Simplify Path' exists in the response to avoid empty or undefined results.

Discussion