Kobana icon

Kobana

Interact with Kobana API - Quick access to common operations

Actions215

Overview

This node integrates with the Kobana API to perform update operations on bank billet queries within the "Data > Bank Billet Queries" resource. Specifically, it allows updating existing bank billet query records by sending a JSON request body with the desired changes.

Use cases include:

  • Modifying details of an existing bank billet query record.
  • Automating updates to bank billet data as part of financial workflows.
  • Integrating Kobana's bank billet management into broader automation pipelines.

For example, you might update the status or metadata of a bank billet query after receiving new information from another system.

Properties

Name Meaning
ID The unique identifier of the bank billet query resource to update.
Request Body A JSON object representing the fields and values to update in the bank billet query.
Additional Fields Optional JSON object with extra fields for the request (not specifically used in update).

Output

The node outputs the JSON response returned by the Kobana API after performing the update operation. This typically includes the updated bank billet query data reflecting the changes made.

The output is structured as an array of JSON objects, each corresponding to an input item processed. Each object contains the updated resource data.

No binary data output is involved in this operation.

Dependencies

  • Requires an API key credential for authenticating with the Kobana API.
  • The node dynamically selects the API base URL depending on environment (production or sandbox).
  • No additional external dependencies are required beyond the Kobana API access.

Troubleshooting

  • Invalid ID: If the provided ID does not correspond to an existing bank billet query, the API will return an error. Verify the ID before running the update.
  • Malformed JSON in Request Body: Ensure the JSON provided in the "Request Body" property is valid and correctly formatted.
  • Authentication Errors: Confirm that the API key credential is valid and has appropriate permissions.
  • API Rate Limits or Downtime: Temporary failures may occur if the Kobana API is unavailable or rate limits are exceeded. Retry later or check API status.
  • Unexpected Fields: Sending unsupported fields in the request body may cause errors. Refer to Kobana API documentation for allowed update fields.

Links and References

Discussion