Soliditech icon

Soliditech

Consume Soliditech API (v.0.2.10)

Overview

This node operation updates a Telco resource within the Soliditech API. It allows users to specify the Sub Account ID and the fields to update either as individual key-value pairs or as a JSON object. This operation is useful for managing and modifying Telco-related parameters in a structured and automated way, such as updating service configurations or resource metadata for a specific sub-account.

Use Case Examples

  1. Updating Telco resource parameters for a specific sub-account by specifying individual fields to update.
  2. Providing a JSON object with parameters to update the Telco resource in bulk.

Properties

Name Meaning
JSON Parameters Whether to provide parameters as a JSON flat object instead of individual fields.
Parameters JSON The parameters to update as a JSON flat object, used when JSON Parameters is true.
Sub Account ID The identifier of the sub-account whose Telco resource is to be updated.
Update Fields The fields to update on the Telco resource, specified as multiple key-value pairs (name and value).
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 when output is simplified.

Output

JSON

  • result - The main result property from the API response, returned when output is simplified.

Dependencies

  • Requires an API key credential for Soliditech API authentication.

Troubleshooting

  • Common error: 'Parameters JSON is not a valid object' - occurs if the JSON input is malformed or not an object. Ensure the JSON is correctly formatted.
  • Error when required fields like Sub Account ID are missing - ensure all required parameters are provided.
  • If binary data is expected but not found, check the input data and property names.

Discussion