[
  {
    "id": "1",
    "businessInfo": {
      "type": "LLC",
      "legalName": "Bluewave Technologies LLC",
      "dba": "Bluewave Tech",
      "billTo": true,
      "shipTo": false
    },
    "primaryContact": {
      "firstName": "Michael",
      "lastName": "Smith",
      "email": "m.smith@bluewave.com",
      "phone": "212-555-0101"
    },
    "address": {
      "address1": "1500 Main St",
      "address2": "Suite 200",
      "city": "New York",
      "state": "NY",
      "zip": "10001"
    },
    "exportCode": "APPROVED",
    "creditLimit": 50000,
    "currentBalance": 12000,
    "priceList": "Standard",
    "customer_id": "00554dec-a8e0-4f99-9e63-5c4217785cc3"
  },
  {
    "id": "2",
    "businessInfo": {
      "type": "Corporation",
      "legalName": "Evergreen Retail Inc.",
      "dba": "Evergreen",
      "billTo": false,
      "shipTo": true
    },
    "primaryContact": {
      "firstName": "Emily",
      "lastName": "Johnson",
      "email": "emily.j@evergreen.com",
      "phone": "310-555-0199"
    },
    "address": {
      "address1": "202 South Blvd",
      "address2": "",
      "city": "Los Angeles",
      "state": "CA",
      "zip": "90001"
    },
    "exportCode": "PENDING",
    "creditLimit": 70000,
    "currentBalance": 25000,
    "priceList": "Premium",
    "customer_id": "00554dec-a8e0-4f99-9e63-5c4217785cc3"
  },
  {
    "id": "3",
    "businessInfo": {
      "type": "Sole Proprietor",
      "legalName": "Horizon Craftworks",
      "dba": "Horizon",
      "billTo": false,
      "shipTo": false
    },
    "primaryContact": {
      "firstName": "Daniel",
      "lastName": "Williams",
      "email": "daniel@horizoncraft.com",
      "phone": "312-555-0147"
    },
    "address": {
      "address1": "88 Market St",
      "address2": "",
      "city": "Chicago",
      "state": "IL",
      "zip": "60601"
    },
    "exportCode": "HOLD",
    "creditLimit": 25000,
    "currentBalance": 10000,
    "priceList": "Basic",
    "customer_id": "00554dec-a8e0-4f99-9e63-5c4217785cc3"
  }
]