Skip to main content
Glama

Siigo MCP Server

by jdlar1

siigo_update_payment_receipt

Modify an existing payment receipt in Siigo accounting software by providing the receipt ID and updated data fields.

Instructions

Update an existing payment receipt

Input Schema

NameRequiredDescriptionDefault
idYesPayment receipt ID
paymentReceiptYesPayment receipt data to update

Input Schema (JSON Schema)

{ "properties": { "id": { "description": "Payment receipt ID", "type": "string" }, "paymentReceipt": { "description": "Payment receipt data to update", "type": "object" } }, "required": [ "id", "paymentReceipt" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/jdlar1/siigo-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server