Satıcı-Cari Bağlantısız | Seller-Current Unrelated
POST
http://yourdomain/MaxiApi/Salesman/CustomerSalesmanTransfer
Logo Firma Bilgileri | Logo Company Information
Birden fazla Firmaya Gönderim Yapılabilir. Renkli Parametreler Zorunlu Alanlardır
ParametreParameter | TipType | AçıklamaDescription |
---|---|---|
FirmID | int | Logo Firma NumarasıLogo Firm Number |
PeriodNo | int | Logo Firma Dönem NumarasıLogo Firm Term Number |
MainParams Parametreleri | MainParams Parameters
Çoklu Gönderim Yapılabilir. Renkli Parametreler Zorunlu Alanlardır
ParametreParameter | TipType | AçıklamaDescription | UzunlukLength | ||||||
---|---|---|---|---|---|---|---|---|---|
SourceID | string | Satıcı-Cari Kaynak ParametresiSalesman-Client Source parameter | 8 | ||||||
Code | string | KodCode | |||||||
Name | string | AdıName | - | ||||||
SpecialCode | string | Özel KodSpecial Code | - | ||||||
AuthCode | string | Yetki KoduAuthorisation Code | - | ||||||
PositionCode | string | PozisyonPozisyon | - | ||||||
ErpUserRef | int | ERP Kullanıcı Log RefERP User Log Ref | - | ||||||
ErpFirmNo | int |
ERP Firma No ERP Firm Number
|
|||||||
TargetFirms | int |
Geçerli Firma Target Firms
|
|||||||
Type | int |
Tip Type
|
|||||||
MailAdress | string | Mail AdresiMail Adress | - |
Örnek (JSON) | Example (JSON)
Request
[
{
"FirmID": 999,
"PeriodNo": 1,
"MainParams":
[
{
"SourceID":"111",
"Code":"TEST123",
"Name":"Adı",
"SpecialCode":"OZelKod",
"Authorisation":"Yetki",
"PositionCode":"Pozt",
"ErpUserRef":37,
"ErpFirmNo":-1,
"TargetFirms":-1,
"Type":1
}
]
}
]
Response
{
"TransferStatus": true,
"TransferMessage": "Transfer Completed!",
"Responseline": [
{
"SourceID": null,
"Isucceed": true,
"RecordRef": "76",
"RecordFicheNo": null,
"ResponseMsg": "Satıcı-Cari Bağlatısız Aktarımı Başarılı"
}
]
}
Geri Dönüş Parametreleri | Response Parameters
ParametreParameter | TipType | AçıklamaDescription |
---|---|---|
TransferStatus | bool | API Erişim DurumuAPI Access Status |
TransferMessage | string | Aktarım Genel Bilgi Mesajıtransfer information message |
SourceID | string | Satıcı Kaynak ParametresiSalesman source parameter |
Isucceed | bool | Satıcı Aktarım Durum BilgisiSalesman Transfer Status Information |
RecordRef | string | Aktarılan Satıcı Hedef Kayıt NoTransferred Salesman Destination Registration Number |
RecordFicheNo | string | Aktarılan Satıcı NoTransferred Salesman number |
ResponseMsg | string | Satıcı Aktarım MesajıSalesman transfer message |