Skip to content

Instantly share code, notes, and snippets.

@IchrakMansour
Created May 2, 2019 08:55
Show Gist options
  • Save IchrakMansour/6022bea32c6cfc1c63c7a9c9dc5e56bc to your computer and use it in GitHub Desktop.
Save IchrakMansour/6022bea32c6cfc1c63c7a9c9dc5e56bc to your computer and use it in GitHub Desktop.
{
"Jours":[
{"jourId":1,"jour":"Lundi"},
{"jourId":2,"jour":"Mardi"},
{"jourId":3,"jour":"Mercredi"},
{"jourId":4,"jour":"Jeudi"},
{"jourId":5,"jour":"Vendredi"},
{"jourId":6,"jour":"Samedi"},
{"jourId":7, "jour":"Dimanche"}
],
"datePlanning": [
{
"id":1,
"date":"23/02/2019",
"donneesPlanning" : [
{
"donneesId":1,
"dateDebut":"19/02/2019",
"dateFin":"24/02/2019",
"trancheHoraire":{"id":1, "heureDebut":"08:01", "heureFin":"12:00"},
"infoSuplementaire":{"id":1, "activite":"(C) - Cabinet","openWeb":"Oui","openTel":"Oui","openInterpro":"Oui","openBackoffice":"Non"},
"jours":[
{"id":1,"jour":"Mardi"},
{"id":2,"jour":"Mercredi"},
{"id":3,"jour":"Jeudi"},
{"id":4,"jour":"Vendredi"},
{"id":5,"jour":"Samedi"}
],
"motifs": [
{"id":1,"motif":"2ème post Op"},
{"id":2,"motif":"3ème post Op"},
{"id":3,"motif":"Attropine"},
]
},
{
"donneesId":2,
"dateDebut":"19/02/2019",
"dateFin":"24/02/2019",
"trancheHoraire":{"id":1, "heureDebut":"08:01", "heureFin":"12:00"},
"infoSuplementaire":{"id":1, "activite":"(C) - Cabinet","openWeb":"Oui","openTel":"Oui","openInterpro":"Oui","openBackoffice":"Non"},
"jours":[
{"id":1,"jour":"Mardi"},
{"id":2,"jour":"Mercredi"},
{"id":3,"jour":"Jeudi"},
{"id":4,"jour":"Vendredi"},
{"id":5,"jour":"Samedi"}
],
"motifs": [
{"id":1,"motif":"2ème post Op"},
{"id":2,"motif":"3ème post Op"},
{"id":3,"motif":"Attropine"},
]
}
]
}
]}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment