moughamir
3/14/2016 - 7:59 PM

user profile object with json

user profile object with json

{
  "id": 1,
  "nom": "Full Name",
  "genre": "Gender",
  "birthday": "MM-DD-YYYY",
  "subscription": "MM-DD-YYYY",
  "level": "LEVEM",
  "commitee": [
    "1st Interest",
    "2nd Interest",
    "Nth Interest"
  ],
  "email": "eMail@Exemple.dom",
  "phone": "0600-00-0001",
  "adress": {
    "default": {
      "street": "10, Rue 2 Bloc E, Laglita",
      "city": "Bouskoura",
      "State": "Grand Casablanca",
      "zip": "27182"
    }
  },
  "photo": "moughamir_01.jpg"
}