http://XXX/MaxiApi/Material/MaterialSlipTransfer
| Api Access Address Example http://XXX/MaxiApi/Material/MaterialSlipTransfer
Aktarım Yapılacak Logo Firma Bilgileri Logo Company Information to Transfer
Aktarılacak malzeme fişlerinin hangi logo firmasına aktarılacağı belirlenir. Renkli parametre başlıkları zorunlu alanlardır.
It is determined to which Logo Company the Material Receipts to be transferred will be transferred. Color parameter headings are mandatory fields.
Parametre Parameter | Tip Type | Açıklama Description | Uzunluk Length |
---|---|---|---|
FirmID | Number | Logo Firma Numarası Logo Firm Number | 3 |
PeriodNo | Number | Logo Firma Dönem Numarası Logo Business term Number | 2 |
Ambar Fişi WareHouse Fiche
Tabloda mazleme fişine ait ana kayıt parametre bilgileri yer almaktadır. Renkli parametre başlıkları zorunlu alanlardır.
Tek bir aktarımda birden fazla fiş gönderilebilir.
The table contains the main record parameter information of the material receipt. Color parameter headers are mandatory fields.
Multiple receipts can be sent in a single transfer
Parametre Parameter | Tip Type | Açıklama Description | Uzunluk Length |
---|---|---|---|
SourceID | string | Fiş Kaynak Parametresi Fiche Source parameter | 12 |
FicheRefNo | Number | Fiş Kayıt Numarası (Yeni Kayıtlar için 0, Güncellemeler için kayıt sonrası geri bildirimi yapılan referans numarası girilmelidir.) Fiche Registration Number (0 for New Registrations, for Updates, the reference number that is reported back after registration should be entered.) | - |
FicheNo | string | Fiş Numarası (Otomatik Numara alması için boş bırakınız.) Fiche Number (leave blank to receive Auto Number.) | 16 |
FicheDate | string | Fiş Tarihi Fiche Date | 10 |
FicheTime | string | Fiş Saati Fiche Time | 10 |
FicheType | Number | Fiş Tipi(Sabit 25) Fiche Type(Fixed 25) | - |
DocumentCode | string | Belge Kodu Document Code | 16 |
DestIndex | Number | Hedef Ambar Destination WareHouse | - |
DestDivision | Number | Hedef İşyeri Destination Division | - |
SourceIndex | Number | Kaynak Ambar Source WareHouse | - |
SourceDivision | Number | Kaynak İşyeri Source Division | - |
Description1 | string | Açıklama 1 Description1 | 50 |
Description2 | string | Açıklama 2 Description2 | 50 |
Description3 | string | Açıklama 3 Description3 | 50 |
AuthCode | string | Yetki Kodu Authorization code | 20 |
Ambar Fişi Satırları WareHouse Fiche Lines
Fiş Satır Parametreleri. Renkli parametre başlıkları zorunlu alanlardır.
Fiche Line Parameters. Colored parameter headers are mandatory fields.
Parametre Parameter | Tip Type | Açıklama Description | Uzunluk Length | ||||||
---|---|---|---|---|---|---|---|---|---|
ItemCode | string | Malzeme Kodu Material Code | 25 | ||||||
SourceIndex | Number | Kaynak Ambar Source WareHouse | - | ||||||
DestIndex | Number | Hedef Ambar Destination WareHouse | - | ||||||
Quantity | Number | Miktar quantity | - | ||||||
UnitCode | string | Birim Set (Logo da Açılan Birim setlere göre girilmelidir. Örnek: Adet, Kg vb.) Unit Set(Unit should be entered according to the opened unit sets in the logo. Example: Piece, Kg etc.) | 10 | ||||||
LineType | Number |
Satır Tipi
Line Type
|
- | ||||||
Description | string | Satır Açıklaması Line Description | 50 | ||||||
IoCode | Number | Giriş/Çıkış Kodu Input/Outpot Code | - | ||||||
SlotNo | Number | Seri/Lot Numarası Serial/Lot Number | - |
Fiş Aktarım Örneği Fiche Transfer Example (JSON)
Request
[
{
"FirmID": 001,
"PeriodNo": 1,
"MainParams":
[
{
"SourceID": "123456",
"FicheRefNo" : "0",
"FicheNo": "Test001",
"FicheDate": "2023-01-01",
"FicheTime": "12:12:12",
"FicheType": 25,
"DocumentCode": "Test001",
"DestIndex": 101,
"DestDivision": 000,
"SourceIndex": 100,
"SourceDivision": 001,
"Description1": "",
"Description2": "",
"Description3": "",
"AuthCode" : "",
"LineParams":
[
{
"ItemCode": "100.01.010",
"LineType": 4,
"SourceIndex": 1,
"UnitCode": "ADET",
"DestIndex": 10,
"Description": "test",
"IoCode": 1,
"Slotno": ""
}
]
}
]
}
]
Response
{
"TransferStatus": true,
"TransferMessage": "Transfer Completed!",
"Responseline":
[
{
"SourceID": "123456",
"Isucceed": true,
"RecordRef": "1",
"RecordFicheNo": "00000001",
"ResponseMsg": "Aktarım Başarılı"
}
]
}
Aktarım Geri Dönüş Parametreleri Transfer Return Parameters
ParametreParameter | TipType | AçıklamaDescription |
---|---|---|
TransferStatus | bool | API Erişim Durumu API Access Status |
TransferMessage | string | Aktarım Genel Bilgi Mesajı transfer information message |
SourceID | string | Fiş Kaynak Parametresi Fiche source parameter |
Isucceed | bool | Fiş Aktarım Durum Bilgisi Fiche Transfer Status Information |
RecordRef | string | Aktarılan Fiş Hedef Kayıt No Transferred Fiche Destination Registration Number |
RecordFicheNo | string | Aktarılan Fiş No Transferred Fiche number |
ResponseMsg | string | Fiş Aktarım Mesajı Fiche transfer message |