get_akciz_codes
Retrieve excise tax codes from the Georgian tax system for accurate waybill processing and compliance verification.
Instructions
Get akciz (excise) codes from RS.ge system. Optionally filter by search text.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
search | No | Optional search text to filter results |
Input Schema (JSON Schema)
{
"properties": {
"search": {
"description": "Optional search text to filter results",
"type": "string"
}
},
"required": [],
"type": "object"
}