Skip to content

Instantly share code, notes, and snippets.

@thatryan
Created November 13, 2019 19:35
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 thatryan/612da26bce47d6d8122a0e9a7b900ce8 to your computer and use it in GitHub Desktop.
Save thatryan/612da26bce47d6d8122a0e9a7b900ce8 to your computer and use it in GitHub Desktop.
JSON test data
{
"customerType": "Residential",
"externalId": "122132345",
"source": "string",
"active": true,
"start": "2019-07-22T16:47:42.207Z",
"summary": "consequat tempor massa egestas. Sed luctus leo neque, a dignissim orci molestie tempus. Fusce tincidunt vitae quam at venenatis. Maecenas sollicitudin nisl at ultricies laoreet. Nam pulvinar, est vitae congue porta, turpis erat maximus ex, malesuada maximus nisi diam in purus. Ut fermentum diam vitae tellus dapibus viverra. Quisque non vulputate dui. Nullam ut ipsum id nunc aliquam tincidunt eget nec metus. Nulla eros magna, luctus eu placerat iaculis, viverra ut arcu.",
"address": {
"street": "923 E North St",
"unit": "string",
"country": "USA",
"city": "San Gabriel",
"state": "CA",
"zip": "91775"
},
"customer": "Test Name",
"contacts": [
{
"id": 0,
"type": "Phone",
"value": "8005551212",
"memo": "MobilePhone"
},
{
"id": 1,
"type": "Email",
"value": "test@mail.com",
"memo": "Email"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment