Skip to content

Instantly share code, notes, and snippets.

@efreesen
Created April 28, 2017 15:08
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 efreesen/104858cd517fc351f03a45f1cc257a95 to your computer and use it in GitHub Desktop.
Save efreesen/104858cd517fc351f03a45f1cc257a95 to your computer and use it in GitHub Desktop.
Candidate JSON representation
{
"id": 162,
"user_id": 362,
"name": "John Doe",
"phone": "phone",
"email": null,
"status": "active",
"photo": null,
"birthdate": null,
"cpf": null,
"drivers_license": null,
"education": 1,
"gender": null,
"negotiable_salary": null,
"salary": 1000,
"address": {
"zip_code": "01234-567",
"geolocation": {
"latitude": "-23.566819",
"longitude": "-46.647949"
}
},
"interests": [{
"sequence": 1,
"category": 13,
"position": 4,
"experience": 1
}],
"created_at": "2017-04-28T15:04:00.449Z",
"updated_at": "2017-04-28T15:04:00.449Z"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment