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
Name | Required | Description | Default |
---|---|---|---|
BA | No | Borç/Alacak (varsayılan: A) | |
DekontID | Yes | Dekont ID (zorunlu) | |
DepoID | No | Depo ID (varsayılan: 1) | |
DovizID | No | Döviz ID (varsayılan: 1) | |
Miktar | Yes | Miktar (zorunlu) | |
StokID | Yes | Stok ID (zorunlu) | |
TeslimTarihi | No | Teslim tarihi (YYYY-MM-DD) | |
Tutar | Yes | Tutar (zorunlu) | |
TutarDvz | No | Dövizli tutar (varsayılan: 0) | |
VergiID | No | Vergi ID (varsayılan: 1) | |
VergiOrani | No | Vergi 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"
}