Malzeme Kartı Listesi | Material Card List
POST
http://yourdomain/MaxiApi/Material/GetMaterialCode
Talep Parametresi | Request Parameter
| ParametreParameter | TipType | AçıklamaDescription | |||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| FirmNr | int | Logo Firma NumarasıLogo Firm Number | |||||||||||||||||||||||||||||||
| Filter |
Filtre Filter *Tüm Alanlar Opsiyoneldir All Fields Are Optional
|
Geri Bildirim Parametreleri | Response Parameters
| ParametreParameter | TipType | AçıklamaDescription | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| GetStatus | bool | API Erişim DurumuApi Access Status | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| GetMessage | string | Genel Bilgi MesajıGeneral Information Message | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Responseline | List | Malzeme Kartları Material Card
|
Örnek (JSON) | Example (JSON)
Request
{
"FirmNr": "2",
"Filter": {
"CreatedStartDate" : "2025-01-01",
"CreatedEndDate" : "2025-12-31",
"ModifiedStartDate" : "2025-03-10",
"ModifiedEndDate" : "2025-05-20",
"Code" : "153.12",
"CodeFilterType" : "3"
}
}
Response
{
"GetStatus": true,
"GetMessage": "Kayıtlar Bulundu",
"Responseline": [
{
"ItemLogRef": 22,
"ItemCode": "153.12.0001",
"ItemName": "Test Malzeme",
"UnitCode": "ADET",
"ProductType": 1,
"PurchaseVAT": 20,
"SalesVAT": 20,
"ReturnVAT": 20,
"RetailSalesVAT": 20,
"RetailReturnVAT": 20,
"GroupCode": "GGRP",
"Barcode": "",
"BrandCode": "",
"Brand": "",
"CreatedDate": "05-01-2025 12:46:46",
"ModifiedDate": "19-02-2025 16:24:06",
"TextField1": "",
"TextField2": "",
"UnitSetList": [
{
"UnitCode": "ADET",
"MainUnit": 1,
"LineNR": 1,
"Width": 0.00000000,
"WidthUnit": "",
"Length": 0.00000000,
"LengthUnit": "",
"Height": 0.00000000,
"HeightUnit": "",
"Area": 0.00000000,
"AreaUnit": "",
"Volume": 0.00000000,
"VolumeUnit": "",
"GrossVolume": 0.00000000,
"GrossVolumeUnit": "",
"Weight": 0.00000000,
"WeightUnit": "",
"GrossWeight": 0.00000000,
"GrossWeightUnit": "",
"ConversionRate": 1.00000000,
"Barcode": ""
},
{
"UnitCode": "KOLİ",
"MainUnit": 0,
"LineNR": 2,
"Width": 0.00000000,
"WidthUnit": "",
"Length": 0.00000000,
"LengthUnit": "",
"Height": 0.00000000,
"HeightUnit": "",
"Area": 0.00000000,
"AreaUnit": "",
"Volume": 0.00000000,
"VolumeUnit": "",
"GrossVolume": 0.00000000,
"GrossVolumeUnit": "",
"Weight": 0.00000000,
"WeightUnit": "",
"GrossWeight": 0.00000000,
"GrossWeightUnit": "",
"ConversionRate": 0.10000000,
"Barcode": ""
},
{
"UnitCode": "PALET",
"MainUnit": 0,
"LineNR": 3,
"Width": 0.00000000,
"WidthUnit": "",
"Length": 0.00000000,
"LengthUnit": "",
"Height": 0.00000000,
"HeightUnit": "",
"Area": 0.00000000,
"AreaUnit": "",
"Volume": 0.00000000,
"VolumeUnit": "",
"GrossVolume": 0.00000000,
"GrossVolumeUnit": "",
"Weight": 0.00000000,
"WeightUnit": "",
"GrossWeight": 0.00000000,
"GrossWeightUnit": "",
"ConversionRate": 0.02000000,
"Barcode": ""
}
]
}
]
}