Skip to main content

PairPendingDismemberedInvestments

Stable

Signature

mutation {
PairPendingDismemberedInvestments(usufructInvestmentId: ..., bareOwnershipInvestmentId: ..., withEmail: ..., dryRun: ...)
}

Retourne : PairedDismemberments!

Arguments

NomTypeRequisDéfautDescription
usufructInvestmentIdID!
bareOwnershipInvestmentIdID!
effectiveDateDateOptional - will be computed if not provided
validationDateDateOptional - will be computed if not provided
fullOwnershipReconstitutionDateDateOptional - will be computed if not provided (null for life dismemberment)
documentGenerationDocumentGenerationInputRequired when dryRun is false
withEmailBoolean!false
dryRunBoolean!falseIf true, returns preview without persisting

Exemple

mutation {
PairPendingDismemberedInvestments(
usufructInvestmentId: $usufructInvestmentId
bareOwnershipInvestmentId: $bareOwnershipInvestmentId
withEmail: $withEmail
dryRun: $dryRun
) {
# Sélectionner les champs souhaités
}
}