Skip to content

Commit

Permalink
chore(cleanup): Update test-data.json
Browse files Browse the repository at this point in the history
  • Loading branch information
VivekMChawla committed Sep 17, 2023
1 parent 1190b2c commit 8a18319
Showing 1 changed file with 58 additions and 1 deletion.
59 changes: 58 additions & 1 deletion data/test-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,63 @@
"Title": "Account Executive"
}
]
},
"ChildAccounts": {
"records": [
{
"attributes": {
"type": "Account",
"referenceId": "AccountAcmeFinancial"
},
"Name": "Acme Financial",
"Site": "North America",
"BillingCity": "New York",
"BillingCountry": "USA",
"BillingGeocodeAccuracy": null,
"BillingLatitude": null,
"BillingLongitude": null,
"BillingPostalCode": "10166",
"BillingState": "NY",
"BillingStreet": "450 Fifth Avenue/nThird Floor/nSuite 300",
"Description": "Acme Financial is the lending services division of Acme Supply.",
"Industry": "Finance",
"Phone": "212-555-3412",
"ShippingCity": "New York",
"ShippingCountry": "USA",
"ShippingGeocodeAccuracy": null,
"ShippingLatitude": null,
"ShippingLongitude": null,
"ShippingPostalCode": "10166",
"ShippingState": "NY",
"ShippingStreet": "450 Fifth Avenue/nThird Floor/nSuite 300",
"TickerSymbol": "ACME",
"Website": "www.acme-financial.com",
"Contacts": {
"records": [
{
"attributes": {
"type": "Contact",
"referenceId": "ContactAcmeFinancialPaula"
},
"AccountId": "AccountAcmeFinancial",
"Salutation": "Ms.",
"FirstName": "Paula",
"LastName": "Grasley",
"Department": "Corporate Credit",
"Description": "Paula is the main contact for our business line of credit with Acme.",
"Email": "paula.grasley@acme-financial.com",
"MailingCity": "New York",
"MailingCountry": "USA",
"MailingPostalCode": "10166",
"MailingState": "NY",
"MailingStreet": "450 Fifth Avenue/nThird Floor/nSuite 300",
"Phone": "212-555-3412 x8656",
"Title": "Credit Manager"
}
]
}
}
]
}
},
{
Expand Down Expand Up @@ -134,6 +191,6 @@
}
]
}
}
}
]
}

0 comments on commit 8a18319

Please sign in to comment.