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 perform various invoicing-related operations. Specifically, the 'Non Telco Direct Contract Insert' operation allows users to insert a non-telecommunications direct contract by providing account details, promo code ID, product ID, start date, and associated services. This operation is useful for automating contract creation processes in billing and invoicing systems, especially when dealing with non-telco products and services.
Use Case Examples
- Automatically create a non-telco direct contract for a customer by specifying the account ID, promo code, product, start date, and service details.
- Integrate contract insertion into a workflow to streamline invoicing and billing for non-telecommunications products.
Properties
| Name | Meaning |
|---|---|
| JSON Parameters | Whether to add parameters as a JSON flat object instead of individual fields. |
| Parameters JSON | Parameters provided as a JSON flat object when JSON Parameters is true. |
| Account ID | The account identifier for which the contract is being inserted. |
| Promo Code ID | The identifier of the promo code to apply to the contract. |
| Product ID | The identifier of the product associated with the contract. |
| Start Date | The start date of the contract in the format 'DD/MM/YYYY'. |
| Services | A collection of services associated with the contract, each with a service name and user parameters (name-value pairs). |
| 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 when simplifying output. |
Output
JSON
result- The main result object returned from the API after inserting the non-telco direct contract.
Dependencies
- Requires an API key credential for Soliditech API authentication.
Troubleshooting
- Ensure that when using JSON Parameters, the JSON provided is a valid flat object; otherwise, the node will throw an error.
- If required fields like Account ID, Promo Code ID, Product ID, or Start Date are missing or invalid, the API request may fail.
- When providing services, ensure user parameters are correctly formatted as name-value pairs; otherwise, the API may reject the request.
Links
- Soliditech API Documentation - Direct Contract Insert - Official API documentation for the Direct Contract Insert endpoint, including Non Telco Direct Contract Insert.
