[
  {
    "id": "1",
    "name": "المورد الأول",
    "supplierNumber": "S001",
    "balance": 0,
    "phone": "+966501234567",
    "address": "الرياض، المملكة العربية السعودية",
    "paymentTerms": 30,
    "taxNumber": "1010123456789",
    "accountId": "2111-001",
    "accountCode": "2111-001",
    "inactive": false
  },
  {
    "id": "2",
    "name": "المورد الثاني",
    "supplierNumber": "S002",
    "balance": 10974.4,
    "phone": "+966502345678",
    "address": "جدة، المملكة العربية السعودية",
    "paymentTerms": 45,
    "taxNumber": "1010234567890",
    "accountId": "2111-002",
    "accountCode": "2111-002",
    "inactive": false
  },
  {
    "id": "3",
    "supplierNumber": "C70701",
    "name": "علي الزبن",
    "balance": 0,
    "phone": "",
    "address": "",
    "paymentTerms": 30,
    "taxNumber": "",
    "accountId": "2111-003",
    "accountCode": "2111-003",
    "inactive": false
  },
  {
    "id": "4",
    "supplierNumber": "S85536",
    "name": "مراد ابوسليم",
    "balance": 10309.856,
    "phone": "",
    "address": "",
    "paymentTerms": 0,
    "taxNumber": "",
    "accountId": "2111-004",
    "accountCode": "2111-004",
    "inactive": false
  }
]