siigo_get_voucher
Retrieve a specific voucher from Siigo accounting software using its unique ID to access detailed transaction information and financial records.
Instructions
Get a specific voucher by ID
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Voucher ID |
Input Schema (JSON Schema)
{
"properties": {
"id": {
"description": "Voucher ID",
"type": "string"
}
},
"required": [
"id"
],
"type": "object"
}