8144-devToTest_2448 #3216
|
@ -256,10 +256,21 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"relation": "boss"
|
"relation": "boss",
|
||||||
|
"scope": {
|
||||||
|
"fields": [
|
||||||
|
"id",
|
||||||
|
"name"
|
||||||
|
]
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"relation": "client"
|
"relation": "client",
|
||||||
|
"scope": {
|
||||||
|
"fields": [
|
||||||
|
"id"
|
||||||
|
]
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"relation": "sip",
|
"relation": "sip",
|
||||||
|
@ -281,14 +292,16 @@
|
||||||
"fields": [
|
"fields": [
|
||||||
"id",
|
"id",
|
||||||
"fiDueDate",
|
"fiDueDate",
|
||||||
"sex",
|
|
||||||
"seniority",
|
"seniority",
|
||||||
"fi",
|
"fi",
|
||||||
"isFreelance",
|
"isFreelance",
|
||||||
"isSsDiscounted",
|
"isSsDiscounted",
|
||||||
"hasMachineryAuthorized",
|
"hasMachineryAuthorized",
|
||||||
"isDisable",
|
"isDisable",
|
||||||
"birth"
|
"birth",
|
||||||
|
"educationLevelFk",
|
||||||
|
"originCountryFk",
|
||||||
|
"maritalStatus"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue