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 interacts with the Soliditech API to update user parameters for a service instance within the 'Parameters' resource. Specifically, it supports the 'Update Service Instance User Parameters' operation, which allows updating user parameters for services associated with a sub-account. The node is useful for automating updates to service instance configurations in Soliditech, such as modifying user-specific settings or parameters for telecom or other service accounts.
Use Case Examples
- Updating user parameters for services under a specific sub-account by providing the sub-account ID and the new user parameters for each service.
- Automating service instance configuration updates in workflows that manage telecom or service accounts.
Properties
| Name | Meaning |
|---|---|
| simplifyOutput | Whether to simplify the output data by returning only a specific property path. |
| simplifyPath | The path to the property in the response data that should be returned when output simplification is enabled. |
Output
JSON
result- The main response data from the API call, potentially simplified based on the simplifyOutput and simplifyPath parameters.
Dependencies
- Requires an API key credential for Soliditech API authentication.
Troubleshooting
- Common errors include invalid JSON parameters when providing parametersJson, which must be a valid object.
- Errors may occur if required fields like subAccountId or services are missing or incorrectly formatted.
- If simplifyOutput is enabled but the simplifyPath does not exist in the response, the output may be empty or undefined.
