siigo_get_payment_receipt
Retrieve a specific payment receipt from Siigo accounting software using its unique ID to access payment details and records.
Instructions
Get a specific payment receipt by ID
Input Schema
| Name | Required | Description | Default | 
|---|---|---|---|
| id | Yes | Payment receipt ID | 
Input Schema (JSON Schema)
{
  "properties": {
    "id": {
      "description": "Payment receipt ID",
      "type": "string"
    }
  },
  "required": [
    "id"
  ],
  "type": "object"
}