#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

View File

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