Skip to main content
Glama

AARO ERP MCP Server

by AaroYazilim

erp_dekont_kalem_ekle

Add stock items to a receipt in the AARO ERP system by specifying details like item ID, quantity, amount, and currency using this integration tool.

Instructions

Dekonta stok kalemi ekler

Input Schema

NameRequiredDescriptionDefault
BANoBorç/Alacak (varsayılan: A)
DekontIDYesDekont ID (zorunlu)
DepoIDNoDepo ID (varsayılan: 1)
DovizIDNoDöviz ID (varsayılan: 1)
MiktarYesMiktar (zorunlu)
StokIDYesStok ID (zorunlu)
TeslimTarihiNoTeslim tarihi (YYYY-MM-DD)
TutarYesTutar (zorunlu)
TutarDvzNoDövizli tutar (varsayılan: 0)
VergiIDNoVergi ID (varsayılan: 1)
VergiOraniNoVergi oranı (varsayılan: 18)

Input Schema (JSON Schema)

{ "properties": { "BA": { "description": "Borç/Alacak (varsayılan: A)", "type": "string" }, "DekontID": { "description": "Dekont ID (zorunlu)", "type": "string" }, "DepoID": { "description": "Depo ID (varsayılan: 1)", "type": "string" }, "DovizID": { "description": "Döviz ID (varsayılan: 1)", "type": "string" }, "Miktar": { "description": "Miktar (zorunlu)", "type": "number" }, "StokID": { "description": "Stok ID (zorunlu)", "type": "string" }, "TeslimTarihi": { "description": "Teslim tarihi (YYYY-MM-DD)", "type": "string" }, "Tutar": { "description": "Tutar (zorunlu)", "type": "number" }, "TutarDvz": { "description": "Dövizli tutar (varsayılan: 0)", "type": "number" }, "VergiID": { "description": "Vergi ID (varsayılan: 1)", "type": "string" }, "VergiOrani": { "description": "Vergi oranı (varsayılan: 18)", "type": "number" } }, "required": [ "DekontID", "StokID", "Miktar", "Tutar" ], "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/AaroYazilim/aaro-erp-mcp-server'

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