@@ -650,7 +650,6 @@ paths:
650
650
application/json :
651
651
schema :
652
652
$ref : ' #/components/schemas/Bijlage'
653
- required : true
654
653
security :
655
654
- tokenAuth : []
656
655
responses :
@@ -703,7 +702,6 @@ paths:
703
702
application/json :
704
703
schema :
705
704
$ref : ' #/components/schemas/Bijlage'
706
- required : true
707
705
security :
708
706
- tokenAuth : []
709
707
responses :
@@ -1939,7 +1937,6 @@ paths:
1939
1937
application/json :
1940
1938
schema :
1941
1939
$ref : ' #/components/schemas/Onderwerpobject'
1942
- required : true
1943
1940
security :
1944
1941
- tokenAuth : []
1945
1942
responses :
@@ -1992,7 +1989,6 @@ paths:
1992
1989
application/json :
1993
1990
schema :
1994
1991
$ref : ' #/components/schemas/Onderwerpobject'
1995
- required : true
1996
1992
security :
1997
1993
- tokenAuth : []
1998
1994
responses :
@@ -2136,7 +2132,6 @@ paths:
2136
2132
application/json :
2137
2133
schema :
2138
2134
$ref : ' #/components/schemas/PartijIdentificator'
2139
- required : true
2140
2135
security :
2141
2136
- tokenAuth : []
2142
2137
responses :
@@ -2189,7 +2184,6 @@ paths:
2189
2184
application/json :
2190
2185
schema :
2191
2186
$ref : ' #/components/schemas/PartijIdentificator'
2192
- required : true
2193
2187
security :
2194
2188
- tokenAuth : []
2195
2189
responses :
@@ -3105,16 +3099,12 @@ components:
3105
3099
required :
3106
3100
- betrokkenen
3107
3101
- categorieRelaties
3108
- - digitaleAdressen
3109
3102
- indicatieActief
3110
3103
- partijIdentificatoren
3111
- - rekeningnummers
3112
3104
- soortPartij
3113
3105
- url
3114
3106
- uuid
3115
3107
- vertegenwoordigden
3116
- - voorkeursDigitaalAdres
3117
- - voorkeursRekeningnummer
3118
3108
Betrokkene :
3119
3109
type : object
3120
3110
description : |-
@@ -3196,7 +3186,6 @@ components:
3196
3186
- url
3197
3187
- uuid
3198
3188
- volledigeNaam
3199
- - wasPartij
3200
3189
BetrokkeneCorrespondentieadres :
3201
3190
type : object
3202
3191
properties :
@@ -3327,7 +3316,6 @@ components:
3327
3316
- url
3328
3317
- uuid
3329
3318
- volledigeNaam
3330
- - wasPartij
3331
3319
Bezoekadres :
3332
3320
type : object
3333
3321
properties :
@@ -3391,7 +3379,6 @@ components:
3391
3379
required :
3392
3380
- url
3393
3381
- uuid
3394
- - wasBijlageVanKlantcontact
3395
3382
BijlageForeignKey :
3396
3383
type : object
3397
3384
properties :
@@ -3524,8 +3511,6 @@ components:
3524
3511
Een voorbeeld: 2022-02-21'
3525
3512
required :
3526
3513
- beginDatum
3527
- - categorie
3528
- - partij
3529
3514
- url
3530
3515
- uuid
3531
3516
CategorieRelatieForeignKey :
@@ -3640,7 +3625,6 @@ components:
3640
3625
description : De voledige naam van het constact persoon.
3641
3626
required :
3642
3627
- volledigeNaam
3643
- - werkteVoorPartij
3644
3628
ContactpersoonPersoon :
3645
3629
type : object
3646
3630
properties :
@@ -3718,8 +3702,6 @@ components:
3718
3702
- soortDigitaalAdres
3719
3703
- url
3720
3704
- uuid
3721
- - verstrektDoorBetrokkene
3722
- - verstrektDoorPartij
3723
3705
DigitaalAdresForeignKey :
3724
3706
type : object
3725
3707
properties :
@@ -4105,10 +4087,8 @@ components:
4105
4087
description : Gegevens die een onderwerpobject in een extern register uniek
4106
4088
identificeren.
4107
4089
required :
4108
- - klantcontact
4109
4090
- url
4110
4091
- uuid
4111
- - wasKlantcontact
4112
4092
OnderwerpobjectForeignKey :
4113
4093
type : object
4114
4094
properties :
@@ -4166,7 +4146,6 @@ components:
4166
4146
- klantcontact
4167
4147
- url
4168
4148
- uuid
4169
- - wasKlantcontact
4170
4149
Onderwerpobjectidentificator :
4171
4150
type : object
4172
4151
properties :
@@ -4755,8 +4734,6 @@ components:
4755
4734
description : Gegevens die een partij in een basisregistratie of ander extern
4756
4735
register uniek identificeren.
4757
4736
required :
4758
- - identificeerdePartij
4759
- - partijIdentificator
4760
4737
- url
4761
4738
- uuid
4762
4739
PartijIdentificatorForeignkey :
@@ -5373,7 +5350,6 @@ components:
5373
5350
readOnly : true
5374
5351
description : De voledige naam van het persoon.
5375
5352
required :
5376
- - contactnaam
5377
5353
- volledigeNaam
5378
5354
PersoonContact :
5379
5355
type : object
@@ -5436,7 +5412,6 @@ components:
5436
5412
minLength : 8
5437
5413
required :
5438
5414
- iban
5439
- - partij
5440
5415
- url
5441
5416
- uuid
5442
5417
RekeningnummerForeignKey :
0 commit comments