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 an existing customer account in the Soliditech system. It allows users to modify various customer details such as account use, account class, tax type, price list, preferred language, invoice cycle, dealer assignment, ticket center, business details, primary contact information, sales manager, physical and postal addresses. The node supports input either as individual parameters or as a JSON object for flexibility. This operation is useful for maintaining up-to-date customer information in billing, CRM, or ERP workflows.
Use Case Examples
- Updating a customer's contact details and address information after receiving updated data from a CRM system.
- Changing the tax type or price list for a customer based on new business agreements.
- Modifying the assigned sales manager or dealer for a customer account to reflect organizational changes.
Properties
| Name | Meaning |
|---|---|
| JSON Parameters | Whether to provide update parameters as a JSON object instead of individual fields. |
| Parameters JSON | The JSON object containing update parameters when JSON Parameters is true. |
| Account ID | The unique identifier of the customer account to update. |
| Additional Fields | Optional fields to update on the customer account, including account use, account class, tax type, price list ID, preferred language, invoice cycle type, dealer, ticket center, business details, primary contact, sales manager, physical address, and postal address. |
Output
JSON
result- The response data from the Soliditech API after updating the customer account.
Dependencies
- An API key credential for authenticating with the Soliditech API
Troubleshooting
- Ensure the Account ID is provided and valid; missing or incorrect Account ID will cause errors.
- If using JSON Parameters, verify the JSON is a valid flat object; invalid JSON will throw an error.
- Check that all required fields in Additional Fields are correctly formatted and valid according to Soliditech API specifications.
- API request failures may occur due to network issues or invalid credentials; verify API key and network connectivity.
Links
- Soliditech API - Update Customer - Official API documentation for updating customer accounts in Soliditech.
