Malzeme Fişleri Listesi | Material Slip List
POST
http://yourdomain/MaxiApi/Material/GetMaterialSlipList
Talep Parametresi | Request Parameter
ParametreParameter | TipType | AçıklamaDescription | ||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
FirmNr | int | Logo Firma NumarasıLogo Firm Number | ||||||||||||||||||||||||||
PeriodNr | int | Logo Firma Dönem NumarasıLogo Firm Term Number | ||||||||||||||||||||||||||
Filter |
Filtre Filter
|
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 Fiş Listesi Material Slip List
|
Satır Parametreleri | Line Parameters
ParametreParameter | TipType | AçıklamaDescription | |||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
LineType | int |
Satır Türü Line Type
|
|||||||||||||||||||||||
DetLine | int |
Malzeme Sınıf Detay SatırıMaterial Class Detail Line
|
|||||||||||||||||||||||
ItemCardType | int |
Malzeme TürüItem Type
|
|||||||||||||||||||||||
DestType | int |
Hedef TipiDest Type
|
|||||||||||||||||||||||
InputOutputType | int |
Giriş / ÇıkışInput / Output
|
|||||||||||||||||||||||
VatInclude | int |
KDV Dahil / HariçVAT Included / Excluded
|
|||||||||||||||||||||||
FicheType | int |
Fiş Tipi Fiche Type
|
Örnek (JSON) | Example (JSON)
Request
{
"FirmNr": 1,
"PeriodNr": 1,
"Filter":
{
"StartDate" : "2023-01-01",
"EndDate" : "2023-12-30",
"FicheType":[
25
]
}
}
Response
{
"GetStatus": true,
"GetMessage": "Kayıtlar Bulundu",
"Responseline": [
{
"FicheLogRef": 130670,
"FicheNo": "ABC-000276",
"Date": "2023-12-09T00:00:00",
"ClientLogRef": 0,
"ClientCode": "",
"ClientDefinition": "",
"DocumentCode": "DOC-30553",
"SpecialCode": "OZEL1",
"AuthCode": "MERKEZ",
"ProjectCode": "PRJ1",
"Explanation1": "Açıklama",
"Explanation2": "",
"Explanation3": "",
"Explanation4": "",
"Explanation5": "",
"Explanation6": "",
"Status": 0,
"GroupCode": 3,
"ProdStat": 0,
"Branch": 2,
"Department": 0,
"CompBranch": 2,
"CompDepartment": 0,
"CompFactory": 0,
"CreatedDate": "11-12-2023 09:39:34",
"ModifiedDate": "",
"Lines": [
{
"LineLogRef": 2011929,
"LineType": 0,
"DetLine": 0,
"ItemCode": "XXX.XXX.XXXX",
"ItemDefinition": "Malzeme Açıklaması",
"Unit": "ADET",
"ItemCardType": 1,
"WareHouse": 2,
"WareHouseName": "CIM - MERKEZ",
"SourceWareHouse": 2,
"SourceWareHouseCostGroup": 0,
"DestinationWareHouse": 1011,
"DestinationWareHouseCostGroup": 0,
"SourceWorkStationLogRef": 0,
"DestinationProdOrderLogRef": 0,
"Factory": 0,
"DestType": 0,
"InputOutputType": -1,
"Amount": 4.0000000000,
"Price": 0,
"Total": 0,
"VatInclude": 0,
"VatRate": 0,
"CurrencyType": 0,
"FicheType": 25
}
]
}
]
}