Created
November 7, 2019 01:57
-
-
Save stimms/0421a8288436afad92a0495a0e49b002 to your computer and use it in GitHub Desktop.
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
{ | |
"Action": "UPDATE", | |
"Data": { | |
"id": "1e607415-27c0-40e1-9427-47eda4cc138b", | |
"FirstName": "Bob", | |
"LastName": "McKenzie", | |
"PracticeName": "Bob's stupid law practice", | |
"EMailAddress": "[email protected]", | |
"streetName": null, | |
"streetNumber": null, | |
"city": null, | |
"country": null, | |
"lat": null, | |
"longi": null, | |
"zip": null, | |
"state": null, | |
"Phone": null, | |
"Website": null, | |
"Bio": null, | |
"HourlyRate": null, | |
"Attorney_Photo": null, | |
"LinkedIn": null, | |
"Facebook": null, | |
"Twitter": null, | |
"WorkExperience": [ | |
{ | |
"Company": "Monkeys Incorporated", | |
"WorkExperienceTitle": "Chief Monkey", | |
"WorkExperienceYears": "3" | |
} | |
], | |
"Licenses": [ | |
{ | |
"StateLicense": "MN", | |
"BarNum": "2234", | |
"YearLicense": "2009" | |
} | |
], | |
"HonorAwards": [ | |
{ | |
"Type": "Gold Medal", | |
"Description": "A medal of gold", | |
"Year": "2001" | |
} | |
], | |
"Education": [ | |
{ | |
"School": "Hard Knocks", | |
"Major": "Running Away", | |
"Degree": "BFA", | |
"GraduationYear": null | |
}, | |
{ | |
"School": "Hard Knocks", | |
"Major": "Running Away", | |
"Degree": "BFA", | |
"GraduationYear": null | |
}, | |
{ | |
"School": "Hard Knocks", | |
"Major": "Running Away", | |
"Degree": "BFA", | |
"GraduationYear": null | |
} | |
], | |
"Associations": [ | |
{ | |
"AssociationName": "Banjo Club", | |
"Title": "President", | |
"Years": "20" | |
} | |
], | |
"Practices": [], | |
"LanguagesSpoken": [ | |
"Dutch" | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment