Skip to main content

SetInvestmentEffectiveDate

Stable

Signature

mutation {
SetInvestmentEffectiveDate(investmentId: ..., effectiveDate: ..., withEmail: ...)
}

Retourne : Investment

Arguments

NomTypeRequisDéfautDescription
investmentIdID!
effectiveDateDate!
documentGenerationDocumentGenerationInput
withEmailBoolean!

Exemple

mutation {
SetInvestmentEffectiveDate(
investmentId: $investmentId
effectiveDate: $effectiveDate
withEmail: $withEmail
) {
# Sélectionner les champs souhaités
}
}