siigo_get_invoice
Retrieve a specific invoice from Siigo accounting software using its unique ID to access detailed billing information and transaction records.
Instructions
Get a specific invoice by ID
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes | Invoice ID |
Input Schema (JSON Schema)
{
"properties": {
"id": {
"description": "Invoice ID",
"type": "string"
}
},
"required": [
"id"
],
"type": "object"
}