Created
May 20, 2019 22:32
-
-
Save ianjennings/18f16c35915c25f7e01d8810316679c3 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
{ | |
id: "", | |
clientReferenceId: milliseconds.toString(), | |
givenName: "John", | |
familyName: "Smith", | |
email: milliseconds.toString() + '@example.com', | |
ssn: "112223333", | |
dob: "1975-02-28", | |
address: { | |
addressLine: "222333 PEACHTREE PLACE", | |
municipality: "ATLANTA", | |
regionCode: "US-GA", | |
postalCode: "30318", | |
countryCode: "US" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment