{ "customers": [ { "id": "60000000-0000-0000-0000-000000000001", "tenant_id": "D0000000-0000-4000-a000-000000000001", "customer_code": "CUST-001", "name": "Restaurante El Buen Yantar - Seville", "customer_type": "WHOLESALE", "contact_person": "Luis Gómez", "email": "compras@buenyantar.es", "phone": "+34 912 345 678", "address": "Calle Mayor, 45", "city": "Seville", "postal_code": "41013", "country": "España", "status": "ACTIVE", "total_orders": 45, "total_spent": 3250.75, "created_at": "BASE_TS", "notes": "Regular wholesale customer - weekly orders" }, { "id": "60000000-0000-0000-0000-000000000002", "tenant_id": "D0000000-0000-4000-a000-000000000001", "customer_code": "CUST-002", "name": "Cafetería La Esquina - Seville", "customer_type": "RETAIL", "contact_person": "Marta Ruiz", "email": "cafeteria@laesquina.com", "phone": "+34 913 456 789", "address": "Plaza del Sol, 12", "city": "Seville", "postal_code": "41012", "country": "España", "status": "ACTIVE", "total_orders": 12, "total_spent": 850.2, "created_at": "BASE_TS", "notes": "Small retail customer - biweekly orders" } ], "customer_orders": [], "order_items": [] }