{ "records": [ { "attributes": { "type": "Account", "referenceId": "AccountRef1" }, "Name": "Tree Import Account 001", "Industry": "Technology", "Type": "Customer", "AnnualRevenue": 5000000, "BillingCity": "San Francisco", "BillingState": "CA", "BillingCountry": "USA", "Description": "Parent account with multiple contacts", "Contacts": { "records": [ { "attributes": { "type": "Contact", "referenceId": "ContactRef1" }, "FirstName": "Alice", "LastName": "Johnson", "Email": "alice.johnson@treeimport.example.com", "Phone": "(555) 400-0001", "Title": "CEO", "Department": "Executive" }, { "attributes": { "type": "Contact", "referenceId": "ContactRef2" }, "FirstName": "Bob", "LastName": "Smith", "Email": "bob.smith@treeimport.example.com", "Phone": "(555) 400-0002", "Title": "CTO", "Department": "Technology" }, { "attributes": { "type": "Contact", "referenceId": "ContactRef3" }, "FirstName": "Carol", "LastName": "Williams", "Email": "carol.williams@treeimport.example.com", "Phone": "(555) 400-0003", "Title": "CFO", "Department": "Finance" } ] } }, { "attributes": { "type": "Account", "referenceId": "AccountRef2" }, "Name": "Tree Import Account 002", "Industry": "Healthcare", "Type": "Prospect", "AnnualRevenue": 2500000, "BillingCity": "New York", "BillingState": "NY", "BillingCountry": "USA", "Description": "Healthcare prospect with contacts", "Contacts": { "records": [ { "attributes": { "type": "Contact", "referenceId": "ContactRef4" }, "FirstName": "David", "LastName": "Brown", "Email": "david.brown@treeimport.example.com", "Phone": "(555) 400-0004", "Title": "VP Operations", "Department": "Operations" }, { "attributes": { "type": "Contact", "referenceId": "ContactRef5" }, "FirstName": "Emma", "LastName": "Davis", "Email": "emma.davis@treeimport.example.com", "Phone": "(555) 400-0005", "Title": "Director", "Department": "Marketing" } ] } }, { "attributes": { "type": "Account", "referenceId": "AccountRef3" }, "Name": "Tree Import Account 003", "Industry": "Finance", "Type": "Partner", "AnnualRevenue": 10000000, "BillingCity": "Chicago", "BillingState": "IL", "BillingCountry": "USA", "Description": "Financial services partner", "Contacts": { "records": [ { "attributes": { "type": "Contact", "referenceId": "ContactRef6" }, "FirstName": "Frank", "LastName": "Miller", "Email": "frank.miller@treeimport.example.com", "Phone": "(555) 400-0006", "Title": "Partner Manager", "Department": "Partnerships" } ] } } ] }