Anchor to taxAppConfiguretax
taxAppConfigure
mutation
Requires access scope. Also: The caller must be a tax calculations app.
Allows tax app configurations for tax partners.
Anchor to Arguments
Arguments
- Anchor to readyready•Boolean!required
Configures whether the tax app is correctly configured and ready to be used.
Was this section helpful?
Anchor to TaxAppConfigurePayload returnsTaxAppConfigurePayload returns
- Anchor to taxAppConfigurationtax•
App Configuration The updated tax app configuration.
- Anchor to userErrorsuser•
Errors [TaxApp non-nullConfigure User Error!]! The list of errors that occurred from executing the mutation.
Was this section helpful?
Mutation Reference
mutation taxAppConfigure($ready: Boolean!) {
taxAppConfigure(ready: $ready) {
taxAppConfiguration {
# TaxAppConfiguration fields
}
userErrors {
field
message
}
}
}
Input
{
"ready": true
}
{
"ready": true
}