44 lines
1.3 KiB
JSON
44 lines
1.3 KiB
JSON
{
|
|
"customers": [
|
|
{
|
|
"id": "60000000-0000-0000-0000-000000000001",
|
|
"tenant_id": "A0000000-0000-4000-a000-000000000001",
|
|
"customer_code": "CUST-001",
|
|
"name": "Restaurante El Buen Yantar - Madrid",
|
|
"customer_type": "WHOLESALE",
|
|
"contact_person": "Luis Gómez",
|
|
"email": "compras@buenyantar.es",
|
|
"phone": "+34 912 345 678",
|
|
"address": "Calle Mayor, 45",
|
|
"city": "Madrid",
|
|
"postal_code": "28013",
|
|
"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": "A0000000-0000-4000-a000-000000000001",
|
|
"customer_code": "CUST-002",
|
|
"name": "Cafetería La Esquina - Madrid",
|
|
"customer_type": "RETAIL",
|
|
"contact_person": "Marta Ruiz",
|
|
"email": "cafeteria@laesquina.com",
|
|
"phone": "+34 913 456 789",
|
|
"address": "Plaza del Sol, 12",
|
|
"city": "Madrid",
|
|
"postal_code": "28012",
|
|
"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": []
|
|
} |