Skip to main content

AnswerKyc

Stable

Signature

mutation {
AnswerKyc(accountId: ..., formAnswers: ...)
}

Retourne : Account

Arguments

NomTypeRequisDéfautDescription
accountIdID!
investmentIdID
stepTechnicalCodeString
formAnswers[FormAnswerInput]!

Exemple

mutation {
AnswerKyc(
accountId: $accountId
formAnswers: $formAnswers
) {
# Sélectionner les champs souhaités
}
}