#7323 add remaining fields #3220

Merged
jorgep merged 2 commits from 7323-warfix-addRemainingFields into test 2024-11-19 12:37:25 +00:00
1 changed files with 13 additions and 1 deletions
Showing only changes of commit f89080d373 - Show all commits

View File

@ -301,7 +301,19 @@
"birth", "birth",
"educationLevelFk", "educationLevelFk",
"originCountryFk", "originCountryFk",
"maritalStatus" "maritalStatus",
"SSN"
],
"include": [
{
"relation": "client",
"scope": {
"fields": [
"id",
"phone"
]
}
}
] ]
} }
} }