Created
November 13, 2019 19:35
-
-
Save thatryan/612da26bce47d6d8122a0e9a7b900ce8 to your computer and use it in GitHub Desktop.
JSON test data
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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": "[email protected]", | |
"memo": "Email" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment