siigo_create_credit_note
Generate credit notes in Siigo accounting software to document refunds, returns, or billing adjustments for Colombian businesses.
Instructions
Create a new credit note
Input Schema
| Name | Required | Description | Default | 
|---|---|---|---|
| creditNote | Yes | Credit note data | 
Input Schema (JSON Schema)
{
  "properties": {
    "creditNote": {
      "description": "Credit note data",
      "type": "object"
    }
  },
  "required": [
    "creditNote"
  ],
  "type": "object"
}