Muhasebe Hesapları Listesi | Accounting Accounts List
POST
http://yourdomain/MaxiApi/Accounting/GetGLCode
Logo Firma Bilgileri | Logo Company Information
| ParametreParameter | TipType | AçıklamaDescription |
|---|---|---|
| LogoFirmNr | int | Logo Firma NumarasıLogo Firm Number |
Response MainParams Parametreleri | Response MainParams Parameters
| ParametreParameter | TipType | AçıklamaDescription | UzunlukLength |
|---|---|---|---|
| GetStatus | bool | API Erişim DurumuAPI Access Status | - |
| GetStatus | string | Genel Bilgi MesajıGeneral Information Message | - |
Response Responseline Parametreleri | Response Responseline Parameters
| ParametreParameter | TipType | AçıklamaDescription | UzunlukLength |
|---|---|---|---|
| AccCode | string | Muhasebe Hesap KoduAccounting Account Code | - |
| LogicalRef | int | Kayıt Referans NumarasıRegistration Reference Number | - |
| AccDefinition | string | Muhasebe Hesap TanımıAccounting Account Definition | - |
| SpeCode | string | Özel KodSpecial Code | - |
| AuthCode | string | Yetki KodAuthorization Code | - |
Örnek (JSON) | Example (JSON)
Request
{
"LogoFirmNr": 1
}
Response
{
"GetStatus": true,
"GetMessage": "Kayıtlar Bulundu",
"Responseline": [
{
"AccCode": "770.10.010",
"LogicalRef": 14256,
"AccDefinition": "Halkla İlişkiler",
"SpeCode": "",
"AuthCode": ""
},
{
"AccCode": "770.10.011",
"LogicalRef": 14257,
"AccDefinition": "Medya Takip Giderler",
"SpeCode": "",
"AuthCode": ""
}
]
}