Actions215
- V1 > Bank Billets Actions
- V1 > Bank Billet Accounts Actions
- V1 > Bank Billet Batches Actions
- V1 > Bank Billet Batch Exports Actions
- V1 > Bank Billet Discharges Actions
- V1 > Bank Billet Payments Actions
- V1 > Bank Billet Registrations Actions
- V1 > Bank Billet Remittances Actions
- V1 > Customers Actions
- V1 > Customer Subscriptions Actions
- V1 > Discharges Actions
- V1 > Email Deliveries Actions
- V1 > Events Actions
- V1 > Imports Actions
- V1 > Installments Actions
- V1 > Remittances Actions
- V1 > Reports Actions
- V1 > SMS Deliveries Actions
- V1 > User Info Actions
- V1 > Webhook Deliveries Actions
- V1 > Webhooks Actions
- Admin > Users Actions
- Admin > Connections Actions
- Admin > Certificates Actions
- Admin > Subaccounts Actions
- Charge > PIX Actions
- Charge > PIX Accounts Actions
- Data > Bank Billet Queries Actions
- EDI > EDI Boxes Actions
- Financial > Accounts Actions
- Financial > Balances Actions
- Financial > Commands Actions
- Financial > Statement Transactions Actions
- Financial > Transaction Imports Actions
- Financial > Providers Actions
- Payment > Bank Billets Actions
- Payment > Bank Billet Batches Actions
- Payment > Batches Actions
- Payment > DARFs Actions
- Payment > DARF Batches Actions
- Payment > PIX Actions
- Payment > PIX Batches Actions
- Payment > Utilities Actions
- Payment > Utility Batches Actions
- Transfer > Batches Actions
- Transfer > Internal Actions
- Transfer > Internal Batches Actions
- Transfer > PIX Actions
- Transfer > PIX Batches Actions
- Transfer > TED Actions
- Transfer > TED Batches Actions
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
- Kobana API Documentation (general reference for API endpoints and payloads)
- n8n Documentation on Using Credentials
- JSON formatting tools for validating request bodies (e.g., https://jsonlint.com)
