Actions53
- Customer Actions
- Invoicing Actions
- Contact Actions
- Opportunity Actions
- Outstanding Actions
- Parameters Actions
- Payments Api Actions
- Product Actions
- Promo Code Actions
- Quotes Actions
- Telco Actions
Overview
This node operation updates user parameters for a service instance within a specified sub-account in the Soliditech system. It allows users to either provide parameters as a JSON object or through structured input fields. The node is useful for managing and modifying service instance configurations programmatically, such as updating service parameters for telecom or IT services associated with a sub-account.
Use Case Examples
- Updating user parameters for a specific service instance by specifying the sub-account ID and service details.
- Providing parameters as a JSON object to update multiple service instance user parameters in one request.
Properties
| Name | Meaning |
|---|---|
| JSON Parameters | Determines whether the parameters are provided as a JSON object (flat object). If true, the parametersJson field is used. |
| Parameters JSON | The parameters provided as a JSON object when JSON Parameters is true. |
| Sub Account ID | The identifier of the sub-account for which the service instance user parameters are to be updated. |
| Services | A collection of services with their names and user parameters to be updated. Each service can have multiple user parameters specified by 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 data that should be returned when Simplify Output is true. |
Output
JSON
result- The main result data returned from the API after updating the service instance user parameters.
Dependencies
- Soliditech API (v.1)
Troubleshooting
- Ensure that the Parameters JSON field contains a valid JSON object when JSON Parameters is enabled; otherwise, the node will throw an error indicating invalid JSON.
- If using structured input fields, ensure that the Sub Account ID and Services fields are correctly filled, as they are required for the operation.
- Errors related to unsupported operations or resources indicate that the selected operation or resource is not implemented in the node and should be corrected in the node configuration.
Links
- Soliditech API Documentation - Official API documentation for Soliditech, useful for understanding the parameters and responses.
