siigo_get_journal
Retrieve a specific accounting journal by its ID from the Siigo accounting system to access detailed financial transaction records.
Instructions
Get a specific journal by ID
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes | Journal ID |
Input Schema (JSON Schema)
{
"properties": {
"id": {
"description": "Journal ID",
"type": "string"
}
},
"required": [
"id"
],
"type": "object"
}