-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
887f14a
commit 1f63e65
Showing
19 changed files
with
57 additions
and
106 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
/* Il person_id è prioritario rispetto al tax_code*/ | ||
|
||
/*ESEMPIO 1*/ | ||
{ | ||
"tax_code": "RSSMRA80A01F205D", | ||
"person_id": "", | ||
"institute_code": "AA" /*Facoltativo*/ | ||
"person_id": "12345678A" | ||
} | ||
|
||
/*ESEMPIO 2*/ | ||
/*ESEMPIO 2 API IFS06*/ | ||
{ | ||
"tax_code": "", | ||
"key": "8e44f796d7478a135c226598939d56a5b0d9405210235d4845ed158a7fec7535" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,6 @@ | ||
/*ESEMPIO 1*/ | ||
|
||
/* Il person_id è prioritario rispetto al tax_code*/ | ||
{ | ||
"tax_code": "RSSMRA80A01F205D", | ||
"person_id": "12345678A" | ||
} | ||
|
||
/*ESEMPIO 2*/ | ||
{ | ||
"tax_code": "RSSMRA80A01F205D", | ||
"person_id": "12345678A", | ||
"institute_code": "AA" /*Facoltativo*/ | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,9 @@ | ||
/*ESEMPIO 1*/ | ||
|
||
/* Il person_id è prioritario rispetto al tax_code*/ | ||
{ | ||
"tax_code": "RSSMRA80A01F205D", | ||
"person_id": "12345678A" | ||
} | ||
|
||
/*ESEMPIO 2*/ | ||
{ | ||
"tax_code": "RSSMRA80A01F205D", | ||
"person_id": "12345678A", | ||
"institute_code": "AA" /*Facoltativo*/ | ||
} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,7 @@ | ||
/*ESEMPIO 1*/ | ||
|
||
/* Il person_id è prioritario rispetto al tax_code*/ | ||
{ | ||
"tax_code": "RSSMRA80A01F205D", | ||
"person_id": "12345678A" | ||
} | ||
|
||
/*ESEMPIO 2*/ | ||
{ | ||
"tax_code": "RSSMRA80A01F205D", | ||
"person_id": "12345678A", | ||
"institute_code": "AA" /*Facoltativo*/ | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,8 @@ | ||
/*ESEMPIO 1*/ | ||
|
||
/* Il person_id è prioritario rispetto al tax_code*/ | ||
{ | ||
"tax_code": "RSSMRA80A01F205D", | ||
"person_id": "12345678A" | ||
} | ||
|
||
/*ESEMPIO 2*/ | ||
{ | ||
"tax_code": "RSSMRA80A01F205D", | ||
"person_id": "12345678A", | ||
"institute_code": "AA" /*Facoltativo*/ | ||
} | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,23 @@ | ||
/* Il person_id è prioritario rispetto al tax_code*/ | ||
{ | ||
"personal_data":{ | ||
"tax_code":"RSSMRA80A01F205D", | ||
"person_id":"AB123456C", | ||
/* I seguenti dati dello studente sono valorizzati solo in assenza di tax_code e person_id */ | ||
"given_name": null, | ||
"family_name": null, | ||
"birth_date": null, | ||
"birth_place": null | ||
}, | ||
"proof_mobility_periods":[ | ||
{ | ||
"eqf_level":"Livello 7", | ||
"mobility_start_date":"2020-05-17", | ||
"mobility_end_date":"2021-05-17", | ||
"mobility_period_type":"Lungo termine", | ||
"destination_institute_name":"Universidad Politecnica de Madrid", | ||
"destination_erasmus_code":"VALENCI02", | ||
"departure_institute_name":"Politecnico di Milano", | ||
"departure_erasmus_code":"MILANO02", | ||
"destination_department":"Faculty of Science & Engineering", | ||
"departure_department":"Dipartimento di Ingegneria Industriale", | ||
"destination_country":"Spagna", | ||
"departure_country":"Italia" | ||
} | ||
] | ||
"personal_data":{ | ||
"tax_code":"RSSMRA80A01F205D", | ||
"person_id":"AB123456C" | ||
}, | ||
"proof_mobility_periods":[ | ||
{ | ||
"eqf_level":"Livello 7", | ||
"mobility_start_date":"2020-05-17", | ||
"mobility_end_date":"2021-05-17", | ||
"mobility_period_type":"Lungo termine", | ||
"destination_institute_name":"Universidad Politecnica de Madrid", | ||
"destination_erasmus_code":"VALENCI02", | ||
"departure_institute_name":"Politecnico di Milano", | ||
"departure_erasmus_code":"MILANO02", | ||
"destination_department":"Faculty of Science & Engineering", | ||
"departure_department":"Dipartimento di Ingegneria Industriale", | ||
"destination_country":"Spagna", | ||
"departure_country":"Italia" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,11 @@ | ||
|
||
/* ESEMPIO 1 Il person_id è prioritario rispetto al tax_code*/ | ||
{ | ||
"tax_code": "RSSMRA80A01F205D", | ||
"person_id": "12345678A" | ||
} | ||
|
||
|
||
/*ESEMPIO 2 API IFS07*/ | ||
{ | ||
"key": "8e44f796d7478a135c226598939d56a5b0d9405210235d4845ed158a7fec7535" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* Il person_id è prioritario rispetto al tax_code*/ | ||
{ | ||
"tax_code": "RSSMRA80A01F205D", | ||
"person_id": "", | ||
"institute_code": "AA" /*Facoltativo*/ | ||
"person_id": "12345678A" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* Il person_id è prioritario rispetto al tax_code*/ | ||
{ | ||
"tax_code": "RSSMRA80A01F205D", | ||
"person_id": "", | ||
"institute_code": "AA" /*Facoltativo*/ | ||
"person_id": "12345678A" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* Il person_id è prioritario rispetto al tax_code*/ | ||
{ | ||
"tax_code": "RSSMRA80A01F205D", | ||
"person_id": "", | ||
"institute_code": "AA" /*Facoltativo*/ | ||
} | ||
"tax_code": "RSSMRA80A01F205D", | ||
"person_id": "12345678A" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters