Skip to main content

SetInvestmentPaymentDate

Stable

Signature

mutation {
SetInvestmentPaymentDate(investmentId: ..., paymentDate: ..., withEmail: ...)
}

Retourne : Investment

Arguments

NomTypeRequisDéfautDescription
investmentIdID!
paymentDateDate!
documentGenerationDocumentGenerationInput
withEmailBoolean!

Exemple

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