siigo_get_credit_note
Retrieve a specific credit note by its unique ID from the Siigo accounting system to access transaction details and documentation.
Instructions
Get a specific credit note by ID
Input Schema
| Name | Required | Description | Default | 
|---|---|---|---|
| id | Yes | Credit note ID | 
Input Schema (JSON Schema)
{
  "properties": {
    "id": {
      "description": "Credit note ID",
      "type": "string"
    }
  },
  "required": [
    "id"
  ],
  "type": "object"
}