mittwald icon

mittwald

Interact with mittwald mStudio API

Actions409

Overview

This node interacts with the "Relocation" resource of an external API to create a legacy tariff change. Specifically, it allows users to submit a request to change the tariff associated with a particular account in a relocation context. This is useful in scenarios where a customer or client needs to update their service plan or pricing tier as part of a relocation process.

Practical examples include:

  • Updating the billing tariff for a customer who is moving to a new location.
  • Automating tariff changes during relocation workflows in CRM or ERP systems.
  • Integrating tariff management into broader relocation or migration automation pipelines.

Properties

Name Meaning
P Account The identifier of the account for which the tariff change is to be applied.
Target Tariff The new tariff to be assigned to the specified account as part of the relocation change.

Output

The node outputs JSON data representing the response from the API after attempting to create the legacy tariff change. This typically includes confirmation details such as success status, updated tariff information, and any relevant metadata returned by the API.

No binary data output is indicated or expected.

Dependencies

  • Requires an API key credential for authentication with the external mittwald mStudio API.
  • The base URL for API requests is https://api.mittwald.de.
  • The node uses standard HTTP headers for JSON content (Accept: application/json and Content-Type: application/json).
  • The bundled code depends on an OpenAPI specification file (openapi.json) to build its properties dynamically.

Troubleshooting

  • Common issues:

    • Invalid or missing API credentials will cause authentication failures.
    • Providing incorrect or non-existent account identifiers (P Account) may result in errors or no changes being applied.
    • Specifying an invalid or unsupported target tariff could lead to validation errors from the API.
  • Error messages:

    • Authentication errors usually indicate problems with the API key; ensure the correct key is configured.
    • Validation errors from the API often specify which input property is invalid; verify that P Account and Target Tariff values conform to expected formats.
    • Network or connectivity errors suggest checking internet access and API endpoint availability.

Links and References

Discussion