-
Notifications
You must be signed in to change notification settings - Fork 5
/
IFS05-rettifica-titoli.yaml
818 lines (816 loc) · 31.9 KB
/
IFS05-rettifica-titoli.yaml
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
openapi: 3.0.0
info:
title: IFS05 - Academic qualifications change request/ Rettifica dei titoli accademici
x-summary: Data academic qualificatons change request / Richiede la rettifica dei titoli accademici
version: 2.1.0
description: |
Data academic qualificatons change request / Richiede la rettifica dei titoli accademici
contact:
name: Institute name
email: [email protected]
x-api-id: 00000000-0000-0000-0000-000000000000
termsOfService: 'http://swagger.io/terms/'
license:
name: Apache 2.0
url: 'http://www.apache.org/licenses/LICENSE-2.0.html'
security: [{}]
paths:
'/academic-qualification-change-request':
post:
summary: |
Academic qualification change request / Richiesta di rettifica dei titoli conseguti
operationId: academic-qualification-change-request
tags:
- IFS05.1 - academic-qualification-change-request
security:
- bearerAuth: []
parameters: []
responses:
'200':
description: Academic qualification change request sent successfully / Richiesta di rettifica del titolo conseguito inviata con successo
content:
application/json:
schema:
$ref: '#/components/schemas/qualification_change_request_detail'
examples:
Example approved:
value:
response_code: approved
file_status: acquired
file_code: 6d183bc572f6b200015a4167
message: Richiesta di rettifica del titolo conseguito acquisita con successo
Example rejected:
value:
response_code: rejected
file_status: null
file_code: null
message: richiesta rifiutata perchè ...
'400':
description: <b>Bad Request</b> - il server non può elaborare la richiesta del client a causa di una sintassi errata o di una richiesta non valida. <br> Esempi di cause
<br> - Richiesta non valida
<br> - Sintassi errata
<br> - Parametro mancante
<br> - Richiesta incompleta
<br> - ...
'500':
description: Internal server error / Errore interno del server
description: Create an academic qualification change request / Crea una richiesta di rettifica del titolo conseguito
requestBody:
required: true
content:
application/json:
schema:
$ref: '#/components/schemas/qualification_change_request'
examples:
Example:
value:
tax_code: RSSMRA80A01F205D
person_id: 12345678A
degree_course_code: '1573960'
reason: Modifica iscrizione xxx
attributes:
- attribute_name: institute_Name
current: Università degli studi di Milano
suggested: Università degli studi di Roma 'La Sapienza'
- attribute_name: course_type
current: Laurea
suggested: Corso di Laurea
- attribute_name: qualification_year
current: 2021/2022
suggested: 2022/2023
- attribute_name: course_year
current: 2° anno
suggested: 3° anno
request: Testo con la richiesta di rettifica
note: Note aperte studentessa o studente
application/xml:
schema:
type: object
additionalProperties: false
properties: {}
description: 'Request di esempio'
parameters: []
'/academic-qualification-change-request-status':
post:
summary: |
Retrieve the status of academic qualification change request /
Ottiene lo stato della richiesta di rettifica di un titolo accademico conseguito
tags:
- IFS05.2 - academic-qualification-change-request-status
parameters: []
security:
- bearerAuth: []
responses:
'200':
description: Request executed successfully / Richiesta eseguita con successo (annulamento)
content:
application/json:
schema:
$ref: '#/components/schemas/qualifications_change_request'
examples:
Example:
value:
change_requests_status:
- file_status: approved
file_code: 6d183bc572f6b200015a4167
message: testo messaggio
- file_status: rejected
file_code: 6d183b54654127dfhh15a4167
message: testo messaggio
'400':
description: <b>Bad Request</b> - il server non può elaborare la richiesta del client a causa di una sintassi errata o di una richiesta non valida. <br> Esempi di cause
<br> - Richiesta non valida
<br> - Sintassi errata
<br> - Parametro mancante
<br> - Richiesta incompleta
<br> - ...
'500':
description: Internal server error / Errore interno del server
operationId: status-academic-qualification-change-request
description: Retrieve the status of the academic qualification change request satus / Permette di recuperare lo stato di una richiesta di rettifica
requestBody:
required: true
content:
application/json:
schema:
$ref: '#/components/schemas/academic_qualification_change_request'
examples:
Example:
value:
tax_code: LNGDVD80L31B354S
person_id: 12345678A
application/xml:
schema:
type: object
additionalProperties: false
properties: {}
description: 'Request di esempio'
'/academic-qualification-change-request-cancellation':
post:
summary: |
Delete the academic qualification change request /
Richiesta di annullamento della richiesta di rettific di un titolo conseguito
tags:
- IFS05.3 - academic-qualification-change-request-cancellation
security:
- bearerAuth: []
responses:
'200':
description: >
Delete the change request / Richiesta di annullamento rettifica
1) status Approved= Richiesta di rettifica Cancellata
2) status Rejected= Richiesta di rettifica non cancellata ed ancora attivata
content:
application/json:
schema:
$ref: '#/components/schemas/qualification_change_request_detail'
examples:
Example approved:
value:
response_code: approved
file_status: cancelled
file_code: 6d183bc572f6b200015a4167
message: messaggio di testo
Example rejected:
value:
response_code: rejected
file_status: approved
file_code: 6d183bc572f6b200015a4167
message: richiesta rifiutata perchè ...
'400':
description: <b>Bad Request</b> - il server non può elaborare la richiesta del client a causa di una sintassi errata o di una richiesta non valida. <br> Esempi di cause
<br> - Richiesta non valida
<br> - Sintassi errata
<br> - Parametro mancante
<br> - Richiesta incompleta
<br> - ...
'500':
description: Internal server error / Errore interno del server
description: cancellation change request / Effettua la richiesta di annullamento rettifica
requestBody:
required: true
content:
application/json:
schema:
$ref: '#/components/schemas/academic_qualification_change_request_cancellation'
examples:
Example:
value:
tax_code: LNGDVD80L31B354S
person_id: 12345678A
file_code: 6d183bc572f6b200015a4167
application/xml:
schema:
type: object
additionalProperties: false
properties: {}
description: 'Request di esempio'
operationId: academic-qualification-change-request-cancellation
parameters: []
'/academic-qualifications-issues':
post:
summary: |
Open the issues on academic qualifications data /
Apre le anomalie sui dati dei titoli accademici
tags:
- IFS05.4 - academic-qualifications-issues
security:
- bearerAuth: []
parameters: []
responses:
'200':
description: issues created successfully / Anomalie create con successo
content:
application/json:
schema:
$ref: '#/components/schemas/issue_detail'
examples:
Example:
value:
file_status: acquired
message: Testo messaggio
'400':
description: <b>Bad Request</b> - il server non può elaborare la richiesta del client a causa di una sintassi errata o di una richiesta non valida. <br> Esempi di cause
<br> - Richiesta non valida
<br> - Sintassi errata
<br> - Parametro mancante
<br> - Richiesta incompleta
<br> - ...
'500':
description: Internal server error / Errore interno del server
description: Report issues on academic qualifcations data / Permette di segnalare le anomalie sui dati dei titoli accademici
requestBody:
required: true
content:
application/json:
schema:
$ref: '#/components/schemas/issue_request'
examples:
Example 1:
value:
subscriber_id: "1234"
subscriber_name: ANIS
subscriber_message: Warning on some academic qualifcations
data_request: 2019-10-12
personal_data:
tax_code: RSSMRA80A01F205D
person_id: AB123456C
given_name: null
family_name: null
birth_date: null
birth_place: null
issues:
- attribute_name: tax_code
issue_description: tax code didn't find on ANPR Master Data
- attribute_name: birth_date
issue_description: the correct birth date format is 1990-05-17
- issue_description: description note
qualifications:
- institute_code: '16'
institute_name: Milano - Politecnico
qualification_name: Dottore magistrale
programme_type_code: MS
degree_course_code: '1573960'
degree_class_code: MSLM32
academic_qualification_date: 2022-07-01
qualification_grade_value: '110'
qualification_grading_scale_minimum_grade: 66
qualification_grading_scale_maximum_grade: 110
issues:
- attribute_name: degree_course_code
issue_description: degree course code didn't find on the controlled vocabulary
- attribute_name: academic_qualification_date
issue_description: academic qualification date is not well formed on the base of the Open API defined on PDND platform for the service IFS03.1
- issue_description: description note
Example 2:
value:
subscriber_id: "1234"
subscriber_name: ANIS
subscriber_message: Warning on some academic qualifications
data_request: 2019-10-12
personal_data:
tax_code: RSSMRA80A01F205D
person_id: AB123456C
given_name: null
family_name: null
birth_date: null
birth_place: null
issues:
- attribute_name: tax_code
issue_description: tax code didn't find on ANPR Master Data
- attribute_name: birth_date
issue_description: the correct birth date format is 1990-05-17
- issue_description: description note
qualifications:
- institute_code: '16'
institute_name: Milano - Politecnico
qualification_name: Dottore magistrale
programme_type_code: MS
degree_course_code: '1573960'
degree_class_code: MSLM32
academic_qualification_date: 2022-07-01
qualification_grade_value: '110'
qualification_grading_scale_minimum_grade: null
qualification_grading_scale_maximum_grade: null
issues:
- attribute_name: degree_course_code
issue_description: degree course code didn't find on the controlled vocabulary
- attribute_name: academic_qualification_date
issue_description: academic qualification date is not well formed on the base of the Open API defined on PDND platform for the service IFS03.1
- issue_description: description note
application/xml:
schema:
type: object
additionalProperties: false
properties: {}
description: ''
operationId: academic-qualifcations-issues
parameters: []
/status:
get:
summary: Verifica stato delle API (Health Check)
operationId: check-status
description: Verificare lo stato di salute del sistema
tags:
- health-check
security: [{}]
responses:
'400':
description: Bad Request
'204':
description: il servizio è in esecuzione correttamente.
'500':
description: il servizio non è in esecuzione.
components:
headers:
Retry-After:
description: |-
Retry contacting the endpoint *at least* after seconds.
See https://tools.ietf.org/html/rfc7231#section-7.1.3
schema:
format: int32
maximum: 186400
minimum: 0
type: integer
X-RateLimit-Limit:
description: The number of allowed requests in the current period
schema:
format: int32
maximum: 1000000
minimum: 0
type: integer
X-RateLimit-Remaining:
description: The number of remaining requests in the current period
schema:
format: int32
maximum: 1000000
minimum: 0
type: integer
X-RateLimit-Reset:
description: The number of seconds left in the current period
schema:
format: int32
maximum: 186400
minimum: 0
type: integer
schemas:
qualification_change_request:
type: object
additionalProperties: false
description: change request of a student's qualification / Richiesta creazione rettifica titolo di una studentessa o uno studente
properties:
tax_code:
type: string
description: Tax Identification Number / Codice fiscale
pattern: '^(?:^(?:[A-Z][AEIOU][AEIOUX]|[B-DF-HJ-NP-TV-Z]{2}[A-Z]){2}(?:[\dLMNP-V]{2}(?:[A-EHLMPR-T](?:[04LQ][1-9MNP-V]|[15MR][\dLMNP-V]|[26NS][0-8LMNP-U])|[DHPS][37PT][0L]|[ACELMRT][37PT][01LM]|[AC-EHLMPR-T][26NS][9V])|(?:[02468LNQSU][048LQU]|[13579MPRTV][26NS])B[26NS][9V])(?:[A-MZ][1-9MNP-V][\dLMNP-V]{2}|[A-M][0L](?:[1-9MNP-V][\dLMNP-V]|[0L][1-9MNP-V]))[A-Z]$)'
example: RSSMRA80A01F205D
minLength: 16
maxLength: 16
person_id:
type: string
description: Unique National Identifier (ANPR ID) / Identificativo unico nazionale (ID ANPR)
maxLength: 9
minLength: 9
pattern: "^[A-Z0-9]{9}$"
example: AB123456C
nullable: true
degree_course_code:
type: string
description: Course code / Codice del corso
minLength: 1
maxLength: 20
reason:
type: string
description: change request description / Descrizione richiesta di rettifica
example: Modifica iscrizione xxx
minLength: 1
maxLength: 256
attributes:
$ref: '#/components/schemas/attributes'
request:
type: string
description: description change request / Descrizione della richiesta di rettifica
minLength: 1
maxLength: 5000
note:
type: string
description: Open notes from student / Note aperte studentessa o studente
minLength: 1
maxLength: 5000
required:
- tax_code
issue_request:
type: object
additionalProperties: false
description: Academic change request / Richiesta di rettifica di una studentessa o uno studente
properties:
subscriber_id:
type: string
description: Applicant Identification Code / Codice identificativo richiedente
example: '213521'
minLength: 1
maxLength: 2048
subscriber_name:
type: string
description: Applicant name / Nome richiedente
example: ANIS
minLength: 1
maxLength: 2048
subscriber_message:
type: string
description: Applicant message / Messaggio richiedente
example: It wasn't possible to load all the academic qualifications of this student
minLength: 1
maxLength: 2048
data_request:
type: string
format: date
description: Date request / Data richiesta
example: 2019-10-12
personal_data:
$ref: '#/components/schemas/personal_data'
qualifications:
type: array
minItems: 0
items:
$ref: '#/components/schemas/qualification'
required:
- subscriber_id
- subscriber_name
- subscriber_message
personal_data:
type: object
nullable: true
additionalProperties: false
description: Personal data of the student / Dati personali della studentessa o dello studente
properties:
tax_code:
type: string
description: Tax Identification Number / Codice Fiscale
example: RSSMRA80A01F205D
pattern: '^(?:^(?:[A-Z][AEIOU][AEIOUX]|[B-DF-HJ-NP-TV-Z]{2}[A-Z]){2}(?:[\dLMNP-V]{2}(?:[A-EHLMPR-T](?:[04LQ][1-9MNP-V]|[15MR][\dLMNP-V]|[26NS][0-8LMNP-U])|[DHPS][37PT][0L]|[ACELMRT][37PT][01LM]|[AC-EHLMPR-T][26NS][9V])|(?:[02468LNQSU][048LQU]|[13579MPRTV][26NS])B[26NS][9V])(?:[A-MZ][1-9MNP-V][\dLMNP-V]{2}|[A-M][0L](?:[1-9MNP-V][\dLMNP-V]|[0L][1-9MNP-V]))[A-Z]$)'
minLength: 16
maxLength: 16
nullable: true
person_id:
type: string
description: Unique National Identifier (ANPR ID) / Identificativo unico nazionale (ID ANPR)
maxLength: 9
minLength: 9
pattern: "^[A-Z0-9]{9}$"
example: AB123456C
nullable: true
given_name:
type: string
description: Name / Nome
example: Mario
pattern: ^[\p{L}'’\- ]+$
minLength: 1
maxLength: 2048
nullable: true
family_name:
type: string
description: Surname / Cognome
example: Rossi
pattern: ^[\p{L}'’\- ]+$
minLength: 1
maxLength: 2048
nullable: true
birth_date:
type: string
format: date
example: 1990-05-17
pattern: '^\d{4}-\d{2}-\d{2}$'
description: Date of birth / Data di nascita
nullable: true
birth_place:
type: string
example: Italia,RM,Roma
description: Place of birth / Luogo di nascita
minLength: 1
maxLength: 2048
nullable: true
pattern: .*,[a-zA-Z]*,[a-zA-Z]*
issues:
additionalProperties: false
type: array
maxItems: 256
minItems: 0
description: List of issues to be changed / Lista di attributi da variare
items:
$ref: '#/components/schemas/issue'
qualification:
type: object
additionalProperties: false
description: Degree detail / Dettaglio titolo
properties:
institute_code:
type: string
description: Institute identification code / Codice identificativo dell'istituto
example: AA
minLength: 1
maxLength: 256
nullable: true
institute_name:
type: string
description: Institute's name / Nome dell'istituto
minLength: 1
maxLength: 2048
qualification_name:
type: string
description: Title of the degree / Denominazione del titolo di studio
minLength: 1
maxLength: 2048
programme_type_code:
type: string
description: Code of study program / codice del corso di studio
example: 'LM'
minLength: 1
maxLength: 256
degree_course_code:
type: string
description: Course Code / Codice del corso
minLength: 1
maxLength: 20
degree_class_code:
type: string
description: Identification code of the degree class / Codice identificativo della classe di laurea
example: MSLM32
minLength: 1
maxLength: 20
academic_qualification_date:
type: string
description: Date of graduation / Data di conseguimento del titolo di studio
pattern: '^[0-9]{4}-[0-9]{2}-[0-9]{2}$'
example: '2023-05-15'
format: date
qualification_grade_value:
type: string
description: Grade obtained upon graduation / Voto ottenuto al conseguimento del titolo di studio
example: '110'
pattern: ^(\d+(.\d{1,2})?|\d+L|QUALIFIED|[A-Z])$
nullable: true
qualification_grading_scale_minimum_grade:
type: number
format: float
minimum: 0
maximum: 9999
nullable: true
example: 66
description: Minimum course grade / Voto minimo del corso
qualification_grading_scale_maximum_grade:
type: number
format: float
minimum: 0
maximum: 9999
nullable: true
example: 110
description: Highest course grade / Voto massimo del corso
issues:
additionalProperties: false
type: array
maxItems: 256
minItems: 0
description: List of issues to be changed / Lista di attributi da variare
items:
$ref: '#/components/schemas/issue'
issue:
additionalProperties: false
type: object
description: Status of an academic change request for a student / Stato di una rettifica per una studentessa o uno studente
properties:
attribute_name:
type: string
description: Attribute name to be changed / Nome attributo da variare in fase di rettifica iscrizione
nullable: true
minLength: 1
maxLength: 256
issue_description:
type: string
description: New value to be rectified / Nuovo valore da rettificare
minLength: 1
maxLength: 256
required:
- issue_description
qualifications_change_request:
type: object
additionalProperties: false
description: Qualification change request information status / Stati richiesta modifica titoli della studentessa o dello studente
properties:
change_requests_status:
type: array
minItems: 0
maxItems: 256
items:
$ref: '#/components/schemas/change_request_status'
change_request_status:
additionalProperties: false
type: object
description: Status of an qualification change request for a student / Stato di una rettifica titolo per una studentessa o uno studente
properties:
file_status:
type: string
description: |
Status of an academic qualification change request for a student /
Stato di una rettifica iscrizione per una studentessa o uno studente
enum:
- approved
- rejected
- acquired
- cancelled
file_code:
type: string
description: change request qualification code/ Codice Rettifica titolo
minLength: 1
maxLength: 256
message:
type: string
description: Change request message output / Messaggio esito richiesta rettifica
minLength: 1
maxLength: 256
required:
- file_status
- file_code
- message
qualification_change_request_detail:
additionalProperties: false
type: object
description: Status of an qualification change request for a student / Stato di una rettifica titolo per una studentessa o uno studente
properties:
response_code:
type: string
description: |
response code / codice della risposta. Indica il codice di risposta generato dall'invocazione dell'API per le operazioni di inserimento o eliminazione (insert, delete).
Questo codice riflette l'esito della validazione del payload in ingresso, determinando se la transazione è approvata o rifiutata in base alla correttezza dei dati ricevuti
enum:
- approved
- rejected
file_status:
type: string
description: Status of an academic qualification change request for a student / Stato di una rettifica Titolo per una studentessa o uno studente (Rappresenta lo stato del processo relativo alla richiesta di rettifica)
nullable: true
enum:
- approved
- rejected
- acquired
- cancelled
- null
file_code:
type: string
description: change request qualification code/ Codice Rettifica titolo
minLength: 1
maxLength: 256
nullable: true
message:
type: string
description: Change request message output / Messaggio esito richiesta rettifica
minLength: 1
maxLength: 256
required:
- response_code
- file_status
- file_code
- message
issue_detail:
additionalProperties: false
type: object
description: Status of an academic change request for a student / Stato di una rettifica per una studentessa o uno studente
properties:
file_status:
type: string
description: Status of an academic change request for a student / Stato di una rettifica per una studentessa o uno studente
enum:
- rejected
- acquired
message:
type: string
description: Change request message output / Messaggio esito richiesta rettifica
minLength: 1
maxLength: 256
required:
- file_status
attributes:
additionalProperties: false
type: array
maxItems: 256
minItems: 0
description: List of attributes to be changed / Lista di attributi da variare
items:
$ref: '#/components/schemas/attribute'
attribute:
additionalProperties: false
type: object
description: attribute to modify / attributo da variare
properties:
attribute_name:
type: string
description: Attribute name to be changed / Nome attributo da variare in fase di rettifica titolo
minLength: 1
maxLength: 256
current:
type: string
description: Current value to be rectified / Valore corrente da rettificare
minLength: 1
maxLength: 256
suggested:
type: string
description: New value to be rectified / Nuovo valore da rettificare
minLength: 1
maxLength: 256
required:
- attribute_name
- current
- suggested
academic_qualification_change_request:
type: object
additionalProperties: false
description: Request qualification of a student's qualification / Richiesta Titolo di una studentessa o uno studente
properties:
tax_code:
type: string
description: Tax Identification Number / Codice fiscale
pattern: '^(?:^(?:[A-Z][AEIOU][AEIOUX]|[B-DF-HJ-NP-TV-Z]{2}[A-Z]){2}(?:[\dLMNP-V]{2}(?:[A-EHLMPR-T](?:[04LQ][1-9MNP-V]|[15MR][\dLMNP-V]|[26NS][0-8LMNP-U])|[DHPS][37PT][0L]|[ACELMRT][37PT][01LM]|[AC-EHLMPR-T][26NS][9V])|(?:[02468LNQSU][048LQU]|[13579MPRTV][26NS])B[26NS][9V])(?:[A-MZ][1-9MNP-V][\dLMNP-V]{2}|[A-M][0L](?:[1-9MNP-V][\dLMNP-V]|[0L][1-9MNP-V]))[A-Z]$)'
example: RSSMRA80A01F205D
minLength: 16
maxLength: 16
person_id:
type: string
description: Unique National Identifier (ANPR ID) / Identificativo unico nazionale (ID ANPR)
maxLength: 9
minLength: 9
pattern: "^[A-Z0-9]{9}$"
example: AB123456C
nullable: true
file_code:
type: string
description: qualification change request code/ Codice Rettifica titolo
example: 6d183bc572f6b200015a4167
minLength: 1
maxLength: 64
required:
- tax_code
academic_qualification_change_request_cancellation:
type: object
additionalProperties: false
description: Request qualification of a student's qualification / Richiesta Titolo di una studentessa o uno studente
properties:
tax_code:
type: string
description: Tax Identification Number / Codice fiscale
pattern: '^(?:^(?:[A-Z][AEIOU][AEIOUX]|[B-DF-HJ-NP-TV-Z]{2}[A-Z]){2}(?:[\dLMNP-V]{2}(?:[A-EHLMPR-T](?:[04LQ][1-9MNP-V]|[15MR][\dLMNP-V]|[26NS][0-8LMNP-U])|[DHPS][37PT][0L]|[ACELMRT][37PT][01LM]|[AC-EHLMPR-T][26NS][9V])|(?:[02468LNQSU][048LQU]|[13579MPRTV][26NS])B[26NS][9V])(?:[A-MZ][1-9MNP-V][\dLMNP-V]{2}|[A-M][0L](?:[1-9MNP-V][\dLMNP-V]|[0L][1-9MNP-V]))[A-Z]$)'
example: RSSMRA80A01F205D
minLength: 16
maxLength: 16
person_id:
type: string
description: Unique National Identifier (ANPR ID) / Identificativo unico nazionale (ID ANPR)
maxLength: 9
minLength: 9
pattern: "^[A-Z0-9]{9}$"
example: AB123456C
nullable: true
file_code:
type: string
description: qualification change request code/ Codice Rettifica titolo
example: 6d183bc572f6b200015a4167
minLength: 1
maxLength: 64
required:
- tax_code
- file_code
requestBodies: {}
responses: {}
securitySchemes:
bearerAuth:
type: http
scheme: bearer
bearerFormat: PASETO
servers:
- url: 'https://localhost:8080/api'
description: localhost
tags:
- name: IFS05.1 - academic-qualification-change-request
- name: IFS05.2 - academic-qualification-change-request-status
- name: IFS05.3 - academic-qualification-change-request-cancellation
- name: IFS05.4 - academic-qualifications-issues
- name: health-check