CreateJointAccount
Signature
mutation {
CreateJointAccount(secondaryFirstName: ..., secondaryLastName: ...)
}
Retourne : JointAccount!
Arguments
| Nom | Type | Requis | Défaut | Description |
|---|---|---|---|---|
userId | ID | — | — | |
secondaryFirstName | String! | ✓ | — | — |
secondaryLastName | String! | ✓ | — | — |
secondaryEmail | String | — | — | |
secondaryMobile | String | — | — | |
email | String | — | — | |
firstName | String | — | — | |
lastName | String | — | — | |
mobile | String | — | — | |
customAccesses | [UserAccountInput!] | — | — | |
distributorAdvisorId | ID | — | — | |
sendNotificationEmail | Boolean | false | — |
Exemple
mutation {
CreateJointAccount(
secondaryFirstName: $secondaryFirstName
secondaryLastName: $secondaryLastName
) {
id
createdAt
updatedAt
documentControls {}
mostRecentVialinkControl {}
locale {}
label
type {}
accountType {}
lcbftLevel {}
lcbftLevelDetailed {}
kycExpirationDate
kycStatus {}
kycStatusDetailed {}
kycArchiveUrl
adequacyReportUrl
kycRefusedComment
investorInfo {}
fiscalAddress
user {}
canValidateKyc
hasComputedAmlRisk
kycAnalysisResult
accountDocuments {}
bankAccounts {}
bankAccountByBankAccountType(bankAccountType: $bankAccountType) {}
accountSecurityContracts {}
investmentsAndTransfers {}
investments {}
cessions {}
countryRisk {}
activitySectorRisk {}
relationshipRisk {}
ppeRisk {}
sanctionsRisk {}
countryRiskDetailed {}
activitySectorRiskDetailed {}
relationshipRiskDetailed {}
ppeRiskDetailed {}
sanctionsRiskDetailed {}
adequate
distributedByAdvisor {}
signedDocuments {}
signersStatuses {}
hasKycDocumentsBeenReset
history(type: $type) {}
kycStep {}
accountComments {}
accountPersona {}
amlInformations {}
amlSituationHistory {}
suggestedExpirationDate
portfolio {}
portalAccess {}
openedFormQuestionAccountThreadsCount
userAccountPermissions {}
userAccountNotifications {}
projection(dataProjectionTechnicalCode: $dataProjectionTechnicalCode) {}
kycEntityPropertyDocuments {}
resolvedPropertyValues(technicalCodes: $technicalCodes) {}
formPendingNotificationCount
personalInfo {}
secondPersonalInfo {}
pfuExempted
crossBorderWorker
}
}