retentionCreate
mutation
Create retention
Adds a new tax retention configuration to the company (e.g., withholding tax).
mutation {
retentionCreate(companyId: Int!, data: RetentionInsert!): Retention!
}Returns: Retention!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
data | RetentionInsert! |