Skip to content

Instantly share code, notes, and snippets.

@birinder-lobana
Last active June 28, 2022 16:47
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 birinder-lobana/ef1be1f36b40286d8dfcd610fb8bd049 to your computer and use it in GitHub Desktop.
Save birinder-lobana/ef1be1f36b40286d8dfcd610fb8bd049 to your computer and use it in GitHub Desktop.
The contact object which can be pre-loaded in Openscreen database or captured after a dynamic QR code is scanned and redirected to a web-form.
"contact": {
"contactId": "864422e9-0741-43e6-8b73-b46ea0c0cc16",
"firstName": "Brian",
"lastName": "Smith",
"emailAddress": "bsmith@test.com",
"mailingAddress": {
"address": "123 Street",
"city": "Toronto",
"provinceOrState": "ON",
"country": "Canada",
"postalOrZip": "A1B2C3"
},
"consent": {
"url": "https://sidewalkqr.com/123main/consent",
"consentedAt": "2021-06-20 08:03:00.0",
"consented": true
},
"cellPhone": "+14166144161"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment