siigo_create_journal
Create accounting journals in Siigo software to record financial transactions and maintain accurate bookkeeping records for Colombian businesses.
Instructions
Create a new accounting journal
Input Schema
| Name | Required | Description | Default | 
|---|---|---|---|
| journal | Yes | Journal data | 
Input Schema (JSON Schema)
{
  "properties": {
    "journal": {
      "description": "Journal data",
      "type": "object"
    }
  },
  "required": [
    "journal"
  ],
  "type": "object"
}