Skip to content

Instantly share code, notes, and snippets.

@IW-hub
Created July 14, 2020 08:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save IW-hub/8e5db8eac4a52c2307a99fbd14403dc8 to your computer and use it in GitHub Desktop.
Save IW-hub/8e5db8eac4a52c2307a99fbd14403dc8 to your computer and use it in GitHub Desktop.
{
"records": [
{
"name": "SampleAccount1",
"phone": "1234567890",
"website": "www.salesforce.com",
"numberOfEmployees": "100",
"industry": "Banking",
"contacts": {
"records": [
{
"lastName": "Smith",
"title": "President",
"email": "sample@salesforce.com"
},
{
"lastName": "Evans",
"title": "Vice President",
"email": "sample@salesforce.com"
}
]
}
},
{
"name": "SampleAccount2",
"phone": "1234567890",
"website": "www.salesforce.com",
"numberOfEmployees": "52000",
"industry": "Banking",
"childAccounts": {
"records": [
{
"name": "SampleChildAccount2_1",
"phone": "1234567890",
"website": "www.salesforce.com",
"numberOfEmployees": "100",
"industry": "Banking"
}
]
},
"contacts": {
"records": [
{
"lastName": "Jones",
"title": "President",
"email": "sample@salesforce.com"
}
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment