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 a Telco Order in the Soliditech system. It allows users to specify the Telco Order Number and the fields they want to update, either by providing parameters as a JSON object or by specifying individual fields. This operation is useful for managing and modifying existing Telco Orders, such as changing order details or updating metadata associated with the order.
Use Case Examples
- Updating the status or details of a Telco Order by specifying the order number and the fields to update.
- Using JSON parameters to batch update multiple fields of a Telco Order in one request.
Properties
| Name | Meaning |
|---|---|
| JSON Parameters | Whether to provide update parameters as a JSON object (flat object). If true, the parametersJson field is used. |
| Parameters JSON | The update parameters provided as a JSON object (flat object). Used only if JSON Parameters is true. |
| Telco Order Number | The unique identifier of the Telco Order to update. Example: T20015. |
| Update Fields | The specific fields and their values to update on the Telco Order. Used only if JSON Parameters is false. |
| 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 output is simplified. |
Output
JSON
result- The main result data returned from the update Telco Order API call.
Dependencies
- Requires an API key credential for Soliditech API authentication.
Troubleshooting
- Ensure the Parameters JSON is a valid JSON object when JSON Parameters is enabled; otherwise, the node will throw an error.
- If using individual fields, make sure the Telco Order Number is provided and valid.
- Check that the update fields are correctly specified as name-value pairs when JSON Parameters is false.
- Common error messages include invalid JSON object errors and unsupported operation or resource errors, which indicate misconfiguration of the node parameters.
