Skip to content

Instantly share code, notes, and snippets.

@stimms
Created November 7, 2019 01:57
Show Gist options
  • Save stimms/0421a8288436afad92a0495a0e49b002 to your computer and use it in GitHub Desktop.
Save stimms/0421a8288436afad92a0495a0e49b002 to your computer and use it in GitHub Desktop.
{
"Action": "UPDATE",
"Data": {
"id": "1e607415-27c0-40e1-9427-47eda4cc138b",
"FirstName": "Bob",
"LastName": "McKenzie",
"PracticeName": "Bob's stupid law practice",
"EMailAddress": "bob@example.com",
"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