Skip to content

Commit

Permalink
Aggiunta person_id in Request JSON IFS03.2/3.3/3.4/4.1/5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
davidelongo-ey committed Dec 1, 2023
1 parent 5db080b commit ea2098e
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
3 changes: 2 additions & 1 deletion doc/03_analysis/io_schema/IFS03.2-request.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"tax_code": "RSSMRA80A01F205D",
"institute_code": "AA"
"person_id": "",
"institute_code": "AA" /*Facoltativo*/
}
3 changes: 2 additions & 1 deletion doc/03_analysis/io_schema/IFS03.3-request.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"tax_code": "RSSMRA80A01F205D",
"institute_code": "AA"
"person_id": "",
"institute_code": "AA" /*Facoltativo*/
}
7 changes: 5 additions & 2 deletions doc/03_analysis/io_schema/IFS03.4-request.json
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
/*Working in progress*/

{
"tax_code": "RSSMRA80A01F205D",
"person_id": "",
"institute_code": "AA" /*Facoltativo*/
}
1 change: 1 addition & 0 deletions doc/03_analysis/io_schema/IFS04.1-request.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"tax_code": "RSSMRA80A01F205D",
"person_id":"",
"reason": "Modifica iscrizione xxx",
"attributes": [
{
Expand Down
1 change: 1 addition & 0 deletions doc/03_analysis/io_schema/IFS05.1-request.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"tax_code": "RSSMRA80A01F205D",
"person_id":"",
"reason": "Modifica iscrizione xxx",
"attributes": [
{
Expand Down

0 comments on commit ea2098e

Please sign in to comment.