erp_stok_olustur
Create new stock items in the ERP system by specifying stock code, name, and optional details. Facilitates inventory management through the AARO ERP MCP Server using API tokens.
Instructions
ERP sisteminde yeni stok kartı oluşturur.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
Brm1ID | No | Birim ID (varsayılan: 1 - Adet) | |
Durum | No | Aktif/Pasif durumu (varsayılan: true) | |
SirketID | No | Şirket ID (varsayılan: 1) | |
StokAdi | Yes | Stok adı (zorunlu) | |
StokKisaAdi | No | Stok kısa adı | |
StokKisaKodu | No | Stok kısa kodu | |
StokKodu | Yes | Stok kodu (zorunlu) | |
StokMuhasebeID | No | Muhasebe ID | |
SubeID | No | Şube ID (varsayılan: 1) | |
TipID | No | Stok tipi (varsayılan: 105001) | |
token | Yes | ERP API token (zorunlu) |