siigo_create_payment_receipt
Generate payment receipts in Siigo accounting software to record customer payments and maintain accurate financial records.
Instructions
Create a new payment receipt
Input Schema
| Name | Required | Description | Default | 
|---|---|---|---|
| paymentReceipt | Yes | Payment receipt data | 
Input Schema (JSON Schema)
{
  "properties": {
    "paymentReceipt": {
      "description": "Payment receipt data",
      "type": "object"
    }
  },
  "required": [
    "paymentReceipt"
  ],
  "type": "object"
}