Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created January 14, 2020 15:00
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 bjoerntx/bcb88bd76e082557838f5f7f44c21bb1 to your computer and use it in GitHub Desktop.
Save bjoerntx/bcb88bd76e082557838f5f7f44c21bb1 to your computer and use it in GitHub Desktop.
[
{
"Id": "The Id [Id]",
"Customer": {
"Id": "Customer Id [Customer/Id]",
"Name": "Customer Name [Customer/Name]",
"Street": "Customer Street [Customer/Street]",
"ZipCode": "Customer Zip Code [Customer/ZipCode]",
"City": "Customer City [Customer/City]",
"Country": "Customer Country [Customer/Country]",
"Contacts": [
{
"Id": "Customer Contacts Id [Customer/Contacts/Id]",
"Name": "Customer Contacts Name [Customer/Contacts/Name]"
}
]
}
},
{
"Id": 1,
"Customer": {
"Id": 1,
"Name": "Text Control, LLC",
"Street": "6926 Shannon-Willow Rd",
"ZipCode": "28226",
"City": "Charlotte",
"Country": "United States",
"Contacts": [
{
"Id": 1,
"Name": "Paul De Wright"
}
]
}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment