Last active
June 7, 2020 17:10
-
-
Save garybunofsky/49cd616fc016f6f7be60e4748fa8a3d9 to your computer and use it in GitHub Desktop.
scanning-qr-code-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
{ | |
"access_code": "12345", | |
"first_name": "first name of visitor", | |
"last_name": "last name of visitor", | |
"division": "name of division", | |
"datetime": "2010-08-03T03:00:00.000000", | |
"ryg_status": "Y", | |
"employee_id": 12345, | |
"badge_number": 12345, | |
"employee_type": "visitor" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment