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 |
Sayım Eksiği Fişi Counting Deficiency 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 51) Fiche Type(Fixed 51) | - |
DocumentCode | string | Belge Kodu Document Code | 16 |
SourceIndex | Number | Kaynak Ambar Source WareHouse | - |
SourceDivision | Number | Kaynak İşyeri Source Division | - |
TotalDisc | string | Toplam İndirim Total Discount | 25 |
GrossTotal | string | Brüt Toplam Gross Total | 20 |
NetTotal | string | Net Toplam Net Total | 20 |
Trnet | string | Raporlama Döviz Tutarı Report Currency Net Total | 14 |
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 |
Sayım Eksiği Fişi Satırları Counting Deficiency 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 | - | ||||||
OutCost | string | Maliyet Dışı Out Cost | 25 | ||||||
Price | Double | Birim Fiyat Price | 14 | ||||||
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": 51,
"DocumentCode": "Test001",
"SourceIndex": 100,
"SourceDivision": 001,
"TotalDisc":"",
"GrossTotal":"",
"NetTotal": "",
"Trnet":"",
"Description1": "",
"Description2": "",
"Description3": "",
"AuthCode" : "",
"LineParams":
[
{
"ItemCode": "100.01.010",
"LineType": 4,
"SourceIndex": 1,
"UnitCode": "ADET",
"Price": 100,
"OutCost": 1,
"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 |