Cari Hesap Listesi | Client Account List
POST
http://yourdomain/MaxiApi/Client/GetClientCodeAll
Talep Parametresi | Request Parameter
ParametreParameter | TipType | AçıklamaDescription |
---|---|---|
LogoFirmNr | 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 | Durum MesajıStatus Message | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Responseline | List | Cari Hesap Satırları Client Account Lines
|
Örnek (JSON) | Example (JSON)
Request
{
"LogoFirmNr": 1
}
Response
{
"GetStatus": true,
"GetMessage": "Kayıtlar Bulundu",
"Responseline": [
{
"ClientCode": "120.01.001",
"LogicalRef": 1,
"ClientName": " ",
"FirstName": "",
"SurName": "",
"ClientDefinition": "Artı Sinerji Bilişim Teknolojileri LTD. ŞTİ.",
"ClientEInvType": 0,
"Vkn": "1111111111",
"TaxOffice": "KADIKÖY",
"TckNo": "",
"SpeCode": "",
"SpeCode2": "",
"AuthCode": "",
"ClientFirmType": 1,
"ClientNationality": 1,
"CountryCode": "TR",
"Country": "TÜRKİYE",
"Address1": "",
"Address2": "",
"District": "",
"Town": "KADIKÖY",
"TownCode": "",
"City": "ISTANBUL",
"CityCode": "034",
"Email": "",
"Phone": "",
"PostalCode": "",
"ClientType": 3,
"PaymentPlanCode": "45",
"PaymentPlanDefn": "45 GÜN",
"CreatedDate": "07-12-2020 14:56:14",
"ModifiedDate": "28-11-2024 10:59:58",
"DaysWithoutPayment": 0,
"UnpaidTotal": 0.0,
"Balance": 0.0,
"ClientIbanList": [
{
"BankIban": "TR790006244723794369688376",
"BankName": "Garanti BBVA",
"CurrencyType": "0"
}
],
"ClientRiskLimit": null
}
]
}