Cari Hesap - Filtreli | Client Account - Filtered
POST
http://yourdomain/MaxiApi/Client/GetClientCode
Talep Parametresi | Request Parameter
ParametreParameter | TipType | AçıklamaDescription |
---|---|---|
LogoFirmNr | int | Logo Firma NumarasıLogo Firm Number |
VkNo | string | Vergi NumarasıTax Number |
Iban | string | IBANInternational Bank Account 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": "2",
"VkNo": "1234567891",
"Iban": ""
}
Response
{
"GetStatus": true,
"GetMessage": "Kayıtlar Bulundu",
"Responseline": [
{
"ClientCode": "120.01.0001",
"LogicalRef": 2,
"ClientName": " ",
"ClientEInvType": 1,
"ClientDefinition": "CARI_2",
"Vkn": "1234567891",
"ClType": 1
},
{
"ClientCode": "320.01.0008",
"LogicalRef": 43,
"ClientName": " ",
"ClientEInvType": 1,
"ClientDefinition": "CARI_43",
"Vkn": "1234567891",
"ClType": 1
},
{
"ClientCode": "136.02.0001",
"LogicalRef": 4023,
"ClientName": " ",
"ClientEInvType": 1,
"ClientDefinition": "CARI_4023",
"Vkn": "1234567891",
"ClType": 1
}
]
}