-
Notifications
You must be signed in to change notification settings - Fork 0
/
voorbeeld_aanmelding.json
80 lines (80 loc) · 2.29 KB
/
voorbeeld_aanmelding.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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"items" : [ {
"$type" : "vca.Aanmelding",
"links" : [ {
"id" : 500013,
"rel" : "self",
"type" : "vca.Aanmelding",
"href" : "https://mtls-test.inschrijvenmbo.nl/cambo/rest/v1/koppelpunt/1/aanmelding/500013"
} ],
"caKetenId" : "123e4567-e89b-12d3-a456-426655440000",
"ketenId" : "99XX:90001119",
"wijzigingsvolgnummer" : 1203,
"type" : "I",
"ingetrokken" : false,
"datumTijdIndienen" : "2020-03-19T15:05:35.071640Z",
"geboortedatum" : "1980-01-01",
"geslacht" : "-",
"roepnaam" : "Test",
"achternaam" : "Test",
"voorkeursAchternaam" : "Test_gewenst",
"voorvoegsels" : "van de",
"voorkeursVoorvoegsels" : "v/d",
"voornamen" : "Test",
"vooropleidingen" : [ {
"$type" : "vca.Vooropleiding",
"vanaf" : "2020-03-02",
"totEnMet" : "2020-03-03",
"instelling" : "Test",
"opleiding" : "Havo",
"datumUitslag" : "2020-03-01",
"diplomaBehaald" : true,
"eindresultaat" : "7",
"vakken" : [ ]
} ],
"correspondentieadres" : {
"$type" : "vca.Adres",
"straat" : "test",
"huisnummer" : "1",
"postcode" : "1234AB",
"plaats" : "test",
"land" : "6030"
},
"emailAdres" : "[email protected]",
"wettelijkVertegenwoordigers" : [ {
"$type" : "vca.WettelijkVertegenwoordiger",
"voornamen" : "test",
"achternaam" : "test",
"telefoonnummerMobiel" : "06123456789",
"emailadres" : "[email protected]",
"correspondentieadres" : {
"$type" : "vca.Adres",
"straat" : "test",
"huisnummer" : "1",
"postcode" : "1234AB",
"plaats" : "test",
"land" : "6030"
}
}, {
"$type" : "vca.WettelijkVertegenwoordiger",
"voornamen" : "test",
"achternaam" : "test",
"telefoonnummerMobiel" : "06123456789",
"emailadres" : "[email protected]",
"correspondentieadres" : {
"$type" : "vca.Adres",
"straat" : "test",
"huisnummer" : "1",
"postcode" : "1234AB",
"plaats" : "test",
"land" : "6030"
}
} ],
"instelling" : "99XX",
"opleiding" : "BAKER",
"opleidingCohort" : "BAKER_CODE",
"gewensteStartdatum" : "15-10-2024",
"aanmeldingVoorEersteLeerjaar" : false,
"extraOndersteuning" : false
} ]
}