Skip to main content

GeneratePaymentAttestations

Stable

Generate payment attestation documents for paid investments

Signature

mutation {
GeneratePaymentAttestations(investmentIds: ..., documentGeneration: ...)
}

Retourne : [Investment]!

Arguments

NomTypeRequisDéfautDescription
investmentIds[ID]!
documentGenerationDocumentGenerationInput!

Exemple

mutation {
GeneratePaymentAttestations(
investmentIds: $investmentIds
documentGeneration: $documentGeneration
) {
# Sélectionner les champs souhaités
}
}