-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexemple_A4_entree.json
63 lines (63 loc) · 2.07 KB
/
exemple_A4_entree.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"algoOrdreAppelEntree": {
"groupesClassements": [
{
"C_GP_COD": 0,
"tauxMinBoursiersPourcents": 10,
"tauxMinResidentsPourcents": 0,
"voeuxClasses": [
{
"G_CN_COD": 1,
"rang": 1,
"typeCandidat": "NonBoursierNonResident"
},
{
"G_CN_COD": 2,
"rang": 2,
"typeCandidat": "BoursierNonResident"
},
{
"G_CN_COD": 3,
"rang": 3,
"typeCandidat": "BoursierNonResident"
},
{
"G_CN_COD": 4,
"rang": 4,
"typeCandidat": "NonBoursierNonResident"
},
{
"G_CN_COD": 5,
"rang": 5,
"typeCandidat": "NonBoursierNonResident"
},
{
"G_CN_COD": 6,
"rang": 6,
"typeCandidat": "NonBoursierNonResident"
},
{
"G_CN_COD": 7,
"rang": 7,
"typeCandidat": "NonBoursierNonResident"
},
{
"G_CN_COD": 8,
"rang": 8,
"typeCandidat": "BoursierNonResident"
},
{
"G_CN_COD": 9,
"rang": 9,
"typeCandidat": "NonBoursierNonResident"
},
{
"G_CN_COD": 10,
"rang": 10,
"typeCandidat": "NonBoursierNonResident"
}
]
}
]
}
}