UpdatePersonalAccountTaxation
Signature
mutation {
UpdatePersonalAccountTaxation(accountId: ..., pfuExempted: ..., crossBorderWorker: ...)
}
Retourne : Account
Arguments
| Nom | Type | Requis | Défaut | Description |
|---|---|---|---|---|
accountId | ID! | ✓ | — | — |
pfuExempted | Boolean! | ✓ | — | — |
crossBorderWorker | Boolean! | ✓ | — | — |
Exemple
mutation {
UpdatePersonalAccountTaxation(
accountId: $accountId
pfuExempted: $pfuExempted
crossBorderWorker: $crossBorderWorker
) {
# Sélectionner les champs souhaités
}
}