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 retrieve details about a specific Telco order. It is designed to fetch detailed information for a given Telco order number, which is useful in telecommunications management scenarios where users need to track or analyze order statuses and details. For example, a user can input a Telco order number like 'T20015' to get comprehensive order details from the Soliditech system.
Use Case Examples
- Retrieve detailed information for Telco order number 'T20015' to monitor order status and related data.
- Use the node to fetch Telco order details as part of a workflow that manages telecommunications service orders.
Properties
| Name | Meaning |
|---|---|
| Telco Order | The Telco order number to retrieve details for, e.g., 'T20015'. |
| Simplify Output | Whether to simplify the output data to a specific property path. |
| Simplify Path | The path to the property in the response that should be returned if output simplification is enabled. |
Output
JSON
result- The main property containing the Telco order details returned from the API.
Dependencies
- Soliditech API
Troubleshooting
- Ensure the Telco order number is provided and correctly formatted; missing or invalid order numbers will cause errors.
- If the API returns an error, check the API credentials and network connectivity.
- If 'Simplify Output' is enabled but the specified 'Simplify Path' does not exist in the response, the output may be empty or incorrect.
Links
- Soliditech API - Get Telco Order Details - Official API documentation for retrieving Telco order details from Soliditech.
