UpdateSecurityOperationCessionFlow
Signature
mutation {
UpdateSecurityOperationCessionFlow(transactionMoneyMovementId: ..., securitiesNumber: ..., repartitions: ..., dryRun: ...)
}
Retourne : [Cession]
Arguments
| Nom | Type | Requis | Défaut | Description |
|---|---|---|---|---|
transactionMoneyMovementId | ID! | ✓ | — | — |
securitiesNumber | Float! | ✓ | — | — |
repartitions | [RepartitionDistributionInput!]! | ✓ | — | — |
dryRun | Boolean! | ✓ | — | — |
exitFeeAmountAtiOverride | Int | — | Override exit fee amount (ATI) in cents. If provided, uses this value instead of calculating from percentage. |
Exemple
mutation {
UpdateSecurityOperationCessionFlow(
transactionMoneyMovementId: $transactionMoneyMovementId
securitiesNumber: $securitiesNumber
repartitions: $repartitions
dryRun: $dryRun
) {
# Sélectionner les champs souhaités
}
}