Accounts
GET https://developers.vomsis.com/api/v2/erp_accounts
Headers
| Field | Type | Description | 
|---|---|---|
| Authorization | String | Zorunlu. authenticatemetodundan alınan token.Bearer {access_token}formatında gönderilmelidir. | 
Response Example
{
    "status": "200",
    "accounts": [
        {
            "id": 1,
            "muhasebe_kodu": "120.001",
            "unvan": "Omsan Orman A.Ş.",
            "kisa_unvan": "Omsan",
            "yetkili": "Kamil Acar",
            "telefon": "02248402013",
            "fax": null,
            "email": "info@omsan.com",
            "web": "omsan.com",
            "adres": "Hasanağa Sanayi Böl. No21 Nilüfer / Bursa",
            "il": "Bursa",
            "ilce": "Nilüfer",
            "ulke": "Türkiye",
            "posta_kodu": "16059",
            "vergi_dairesi": "nilüfer",
            "vergi_no": "1231231231",
            "tip": "tuzel",
            "tur": "musteri",
            "created_at": "2020-08-18 15:15:52",
            "updated_at": null
        }
    ]
}