Skip to main content

UpdateContactMailingLists

Stable

Signature

mutation {
UpdateContactMailingLists(accountId: ..., email: ..., selections: ...)
}

Retourne : Account!

Arguments

NomTypeRequisDéfautDescription
accountIdID!
emailString!
selections[MailingListSelectionInput!]!The full desired set of mailing-list subscriptions for the contact on the account.
Lists not present are unsubscribed; each kept list's filters replace the existing ones.

Exemple

mutation {
UpdateContactMailingLists(
accountId: $accountId
email: $email
selections: $selections
) {
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
}
}