```json { "number": "10000", "displayName": "Example Corp", "type": "Company", "addressLine1": "123 Sample Street", "addressLine2": "", "city": "Sample City", "state": "CA", "country": "US", "postalCode": "90210", "phoneNumber": "+1 310 555 1234", "email": "[email protected]", "website": "https://www.example.com", "taxLiable": true, "taxAreaId": "90196a90-44e3-ea11-bb43-000d3a2feca1", "taxRegistrationNumber": "US123456789", "currencyId": "00000000-0000-0000-0000-000000000000", "currencyCode": "USD", "paymentTermsId": "04a5738a-44e3-ea11-bb43-000d3a2feca1", "shipmentMethodId": "00000000-0000-0000-0000-000000000000", "paymentMethodId": "3b196a90-44e3-ea11-bb43-000d3a2feca1", "blocked": " ", "recentOrders": [ { "orderId": "SO10001", "orderDate": "2025-02-15", "totalAmount": 1500.00, "currencyCode": "USD", "status": "Shipped", "description": "Order for 10 units of Product A" }, { "orderId": "SO10002", "orderDate": "2025-02-20", "totalAmount": 2500.00, "currencyCode": "USD", "status": "Processing", "description": "Order for 5 units of Product B and 15 units of Product C" } ], "communicationPreferences": { "preferredContactMethod": "Email", "preferredLanguage": "en-US", "optInNewsletter": true, "preferredContactTime": "Morning" } } ```