Skip to main content

UpdateSecurityExitFee

Stable

Signature

mutation {
UpdateSecurityExitFee(securityFeeId: ..., localizedName: ..., feeAtePercentage: ..., feeVatPercentage: ...)
}

Retourne : SecurityFeeExit

Arguments

NomTypeRequisDéfautDescription
securityFeeIdID!
localizedName[LocalizedStringInput]!
feeAtePercentageFloat!
feeVatPercentageFloat!

Exemple

mutation {
UpdateSecurityExitFee(
securityFeeId: $securityFeeId
localizedName: $localizedName
feeAtePercentage: $feeAtePercentage
feeVatPercentage: $feeVatPercentage
) {
id
securityFeePattern {}
type
feeType {}
label
name
localizedName {}
calculationType {}
calculationBasis {}
calculationPeriodicity {}
feeVatPercentage
feeAtePercentage
feeAtiPercentage
}
}