Created
April 28, 2017 15:08
-
-
Save efreesen/104858cd517fc351f03a45f1cc257a95 to your computer and use it in GitHub Desktop.
Candidate JSON representation
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
{ | |
"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