Skip to content

Instantly share code, notes, and snippets.

@ianjennings
Created May 20, 2019 22:32
Show Gist options
  • Save ianjennings/18f16c35915c25f7e01d8810316679c3 to your computer and use it in GitHub Desktop.
Save ianjennings/18f16c35915c25f7e01d8810316679c3 to your computer and use it in GitHub Desktop.
{
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