UploadShareholderKycDocument
Signature
mutation {
UploadShareholderKycDocument(files: ...)
}
Retourne : DocumentControl
Arguments
| Nom | Type | Requis | Défaut | Description |
|---|---|---|---|---|
legalInformationDocumentControlId | ID | — | — | |
shareholderCustomPropertyId | ID | — | — | |
personalInfoCustomPropertyId | ID | — | — | |
shareholderId | ID | — | — | |
accountDocumentTypeId | ID | — | — | |
files | [UploadDocument]! | ✓ | — | — |
mergeWithExisting | Boolean | false | — |
Exemple
mutation {
UploadShareholderKycDocument(
files: $files
) {
# Sélectionner les champs souhaités
}
}