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 |
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": 1
}
Response
{
"GetStatus": true,
"GetMessage": "Kayıtlar Bulundu",
"Responseline": [
{
"ItemLogRef": 2071,
"ItemCode": "XXXXXX",
"ItemName": "Test Malzeme",
"UnitCode": "KG",
"SpeCodeType": 0,
"ProductType": 11,
"GroupCode": "",
"Barcode": "",
"CreatedDate": "01-01-2016 10:05:01",
"ModifiedDate": "02-03-2020 11:38:08",
"TextField1": "",
"TextField2": "",
"UnitSetList":
[
{
"UnitCode": "KG",
"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": ""
}
]
}
}