Actions27
- Public Administration Actions
- Public Actions
- Public Transactions Actions
- Get Indexes Account
- Post Indexes Account
- Get Indexes Categories
- Post Indexes Categories
- Get Indexes Customer
- Post Indexes Customer
- Get Invoices
- Patch Invoices
- Get Orders
- Post Orders
- Get Payments
- Patch Payments
- Get Indexes Status
- Post Indexes Status
- Get Indexes Tax Rate
- Post Indexes Tax Rate
- Get Indexes Vendor
- Post Indexes Vendor
Overview
This node interacts with the Dokka API to post tax rate indexes related to public transactions. It is useful for automating the submission of tax rate data to a company's records in Dokka, which can help maintain up-to-date tax information and ensure compliance with tax regulations. For example, a finance team could use this node to automatically update tax rates after receiving new tax guidelines or changes from tax authorities.
Properties
| Name | Meaning |
|---|---|
| Company ID | The unique identifier of the company in Dokka where the tax rate index will be posted. |
| X Fields | An optional mask specifying which fields to include in the response or request headers. |
| Body | A JSON object containing the tax rate index data to be posted to the Dokka API. |
Output
The node outputs the JSON response returned by the Dokka API after posting the tax rate index. This typically includes confirmation details or any error messages related to the operation. There is no indication that binary data is output by this node.
Dependencies
- Requires an active connection to the Dokka API.
- Needs an API authentication token or key configured in n8n credentials to authorize requests.
- The base URL for the Dokka API must be set in the node's credential configuration.
Troubleshooting
- Invalid Company ID: If the provided company ID does not exist or is incorrect, the API may return an error. Verify the company ID before running the node.
- Malformed JSON Body: The body property expects valid JSON. Errors in JSON formatting will cause the request to fail. Use proper JSON syntax.
- Authentication Errors: Missing or invalid API credentials will prevent successful communication with the Dokka API. Ensure credentials are correctly configured.
- API Endpoint Issues: Network issues or incorrect base URL settings can cause request failures. Confirm network connectivity and correct API endpoint configuration.
Links and References
- Dokka API Documentation (general reference for API endpoints and data formats)
- n8n Documentation on HTTP Request Nodes and Credential Setup
