GraphQL Mutations
Complete list of all 92 mutations available in the API.accountCreate
AccountCreateInput
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| accountNumber | String | |
| accountType required | String! | |
| bankId | ModelId | |
| blockchain | String | |
| branchNumber | String | |
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| currency | String | |
| description | String | |
| initialBalance | Float | |
| name required | String! | |
| network | String | |
| status | String | |
| walletAddress | String |
AccountCreatePayload
Show fields
Show fields
accountDelete
AccountDeleteInput
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| id required | ModelId! |
AccountDeletePayload
Show fields
Show fields
accountUpdate
AccountUpdateInput
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| accountType | String | |
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| currency | String | |
| description | String | |
| initialBalance | Float | |
| name | String | |
| status | String |
AccountUpdatePayload
Show fields
Show fields
accountsPayableCreate
AccountsPayableCreateInput
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| allocationsAttributes required | [AllocationInput!] | |
| categoryId required | ModelId! | |
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| currency required | String! | |
| dueDate required | ISO8601DateTime! | |
| invoiceNumber | String | |
| issueDate | ISO8601DateTime | |
| netAmount | Float | |
| taxAmount | Float | |
| totalAmount required | Float! | |
| vendorProfileId required | ModelId! |
AccountsPayableCreatePayload
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| accountsPayable | AccountsPayable | |
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| errors required | [Error!]! | |
| success required | Boolean! | Indicates whether the operation was successful |
accountsPayableDelete
AccountsPayableDeleteInput
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| id required | ModelId! |
AccountsPayableDeletePayload
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| errors required | [Error!]! | |
| success required | Boolean! |
accountsPayableUpdate
AccountsPayableUpdateInput
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| allocationsAttributes required | [AllocationInput!] | |
| categoryId | ModelId | |
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| currency | String | |
| dueDate | ISO8601DateTime | |
| externalId | ModelId | |
| id required | ModelId! | |
| invoiceNumber | String | |
| issueDate | ISO8601DateTime | |
| netAmount | Float | |
| taxAmount | Float | |
| totalAmount | Float | |
| vendorProfileId | ModelId |
AccountsPayableUpdatePayload
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| accountsPayable | AccountsPayable | |
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| errors required | [Error!]! | |
| success required | Boolean! | Indicates whether the operation was successful |
accountsReceivableCreate
AccountsReceivableCreateInput
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| allocationsAttributes required | [AllocationInput!] | |
| categoryId required | ModelId! | |
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| clientProfileId required | ModelId! | |
| currency required | String! | |
| dueDate required | ISO8601DateTime! | |
| externalId | String | |
| invoiceNumber | String | |
| issueDate | ISO8601DateTime | |
| netAmount | Float | |
| taxAmount | Float | |
| totalAmount required | Float! |
AccountsReceivableCreatePayload
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| accountsReceivable | AccountsReceivable | |
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| errors required | [Error!]! | |
| success required | Boolean! | Indicates whether the operation was successful |
accountsReceivableDelete
AccountsReceivableDeleteInput
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| id required | ModelId! |
AccountsReceivableDeletePayload
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| errors required | [Error!]! | |
| success required | Boolean! |
accountsReceivableUpdate
AccountsReceivableUpdateInput
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| allocationsAttributes required | [AllocationInput!] | |
| categoryId | ModelId | |
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| clientProfileId | ModelId | |
| currency | String | |
| dueDate | ISO8601DateTime | |
| externalId | ModelId | |
| id required | ModelId! | |
| invoiceNumber | String | |
| issueDate | ISO8601DateTime | |
| netAmount | Float | |
| paymentDate | ISO8601DateTime | |
| taxAmount | Float | |
| totalAmount | Float |
AccountsReceivableUpdatePayload
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| accountsReceivable | AccountsReceivable | |
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| errors required | [Error!]! | |
| success required | Boolean! | Indicates whether the operation was successful |
apiKeyGenerate
Generate a new API key for programmatic accessApiKeyGenerateInput
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| expiresInDays | Int | Number of days until expiration (omit for never-expiring key) |
| name required | String! | Friendly name for the API key |
| scope | String | Access level: read_only or read_write |
ApiKeyGeneratePayload
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| apiKey | ApiKey | |
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| errors required | [Error!]! | Errors encountered during mutation execution |
| success required | Boolean! | Indicates whether the operation was successful |
| token | String | Plaintext token (ONLY returned on creation, save securely) |
apiKeyRevoke
Revoke an API key (soft delete)ApiKeyRevokeInput
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| id required | ID! | API key ID to revoke |
ApiKeyRevokePayload
Show fields
Show fields
balanceSnapshotCreate
Create a new balance snapshotBalanceSnapshotCreateInput
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| accountId required | ModelId! | |
| balance required | Float! | |
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| date | ISO8601Date | |
| description | String |
BalanceSnapshotCreatePayload
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| balanceSnapshot | BalanceSnapshot | |
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| errors required | [Error!]! | |
| success required | Boolean! |
balanceSnapshotDelete
Delete a balance snapshotBalanceSnapshotDeleteInput
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| id required | ModelId! |
BalanceSnapshotDeletePayload
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| errors required | [Error!]! | |
| success required | Boolean! |
balanceSnapshotUpdate
Update an existing balance snapshotBalanceSnapshotUpdateInput
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| balance | Float | |
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| date | ISO8601Date | |
| description | String | |
| id required | ModelId! |
BalanceSnapshotUpdatePayload
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| balanceSnapshot | BalanceSnapshot | |
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| errors required | [Error!]! | |
| success required | Boolean! |
budgetCreate
BudgetCreateInput
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| allocationsAttributes required | [AllocationInput!] | |
| budgetedAmount required | Float! | |
| budgetedDate required | ISO8601Date! | |
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| counterpartyId | ModelId | |
| counterpartyType | CounterpartyTypeEnum | |
| currency | String | |
| description | String | |
| netAmount | Float | |
| taxAmount | Float |
BudgetCreatePayload
Show fields
Show fields
budgetDelete
BudgetDeleteInput
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| id required | ModelId! |
BudgetDeletePayload
Show fields
Show fields
budgetUpdate
BudgetUpdateInput
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| allocationsAttributes required | [AllocationInput!] | |
| budgetedAmount | Float | |
| budgetedDate | ISO8601Date | |
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| counterpartyId | ModelId | |
| counterpartyType | CounterpartyTypeEnum | |
| currency | String | |
| description | String | |
| id required | ModelId! | |
| netAmount | Float | |
| taxAmount | Float |
BudgetUpdatePayload
Show fields
Show fields
cashAdjustmentCreate
CashAdjustmentCreateInput
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| adjustmentDate required | ISO8601DateTime! | |
| amount required | Float! | |
| cashFlowSection required | String! | |
| categoryGroupId required | ModelId! | |
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| costCenterId required | ModelId! | |
| description | String | |
| supplierOrCustomer | String |
CashAdjustmentCreatePayload
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| cashAdjustment | CashAdjustment | |
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| errors required | [Error!]! | Errors encountered during mutation execution |
| success required | Boolean! | Indicates whether the operation was successful |
cashAdjustmentDelete
CashAdjustmentDeleteInput
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| adjustmentDate | ISO8601DateTime | |
| amount | Float | |
| cashFlowSection | String | |
| categoryGroupId | ModelId | |
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| costCenterId | ModelId | |
| description | String | |
| supplierOrCustomer | String |
CashAdjustmentDeletePayload
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| cashAdjustment | CashAdjustment | |
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| errors required | [Error!]! | Errors encountered during mutation execution |
| success required | Boolean! | Indicates whether the operation was successful |
cashAdjustmentUpdate
CashAdjustmentUpdateInput
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| adjustmentDate | ISO8601DateTime | |
| amount | Float | |
| cashFlowSection | String | |
| categoryGroupId | ModelId | |
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| costCenterId | ModelId | |
| description | String | |
| id required | ModelId! | |
| supplierOrCustomer | String |
CashAdjustmentUpdatePayload
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| cashAdjustment | CashAdjustment | |
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| errors required | [Error!]! | Errors encountered during mutation execution |
| success required | Boolean! | Indicates whether the operation was successful |
categoryCreate
CategoryCreateInput
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| categoryGroupId | ModelId | |
| categoryType | String | |
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| code | String | |
| name | String |
CategoryCreatePayload
Show fields
Show fields
categoryDelete
CategoryDeleteInput
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| id required | ModelId! |
CategoryDeletePayload
Show fields
Show fields
categoryGroupCreate
CategoryGroupCreateInput
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| displayOrder | Int | |
| name required | String! |
CategoryGroupCreatePayload
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| categoryGroup | CategoryGroup | |
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| errors required | [Error!]! | Errors encountered during mutation execution |
| success required | Boolean! | Indicates whether the operation was successful |
categoryGroupDelete
CategoryGroupDeleteInput
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| id required | ModelId! |
CategoryGroupDeletePayload
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| categoryGroup | CategoryGroup | |
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| errors required | [Error!]! | Errors encountered during mutation execution |
| success required | Boolean! |
categoryGroupUpdate
CategoryGroupUpdateInput
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| displayOrder | Int | |
| id required | ModelId! | |
| name | String |
CategoryGroupUpdatePayload
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| categoryGroup | CategoryGroup | |
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| errors required | [Error!]! | Errors encountered during mutation execution |
| success required | Boolean! | Indicates whether the operation was successful |
categoryUpdate
CategoryUpdateInput
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| categoryGroupId | ModelId | |
| categoryType | String | |
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| code | String | |
| id required | ModelId! | |
| name | String |
CategoryUpdatePayload
Show fields
Show fields
chatDelete
Delete a chat conversationChatDeleteInput
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| chatId required | ID! | |
| clientMutationId | String | A unique identifier for the client performing the mutation. |
ChatDeletePayload
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| errors required | [Error!]! | Errors encountered during mutation execution |
| success required | Boolean! | Indicates whether the operation was successful |
chatMessageSend
Send a message to the AI chat and receive a responseChatMessageSendInput
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| chatId | ID | ID of existing chat conversation. If not provided, a new chat will be created. |
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| message required | String! | The message/query to send to the AI |
ChatMessageSendPayload
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| chat | Chat | The chat conversation |
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| debugInfo | DebugInfo | Debug information (development only) |
| errors required | [Error!]! | Errors encountered during mutation execution |
| message | Message | The user’s message that was sent |
| response | Message | The AI’s response message |
| success required | Boolean! | Indicates whether the operation was successful |
clientProfileCreate
ClientProfileCreateInput
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
ClientProfileCreatePayload
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| client | ClientProfile | |
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| errors required | [Error!]! | Errors encountered during mutation execution |
| success required | Boolean! | Indicates whether the operation was successful |
clientProfileDelete
ClientProfileDeleteInput
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
ClientProfileDeletePayload
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| client | ClientProfile | |
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| errors required | [Error!]! | Errors encountered during mutation execution |
| success required | Boolean! |
clientProfileUpdate
ClientProfileUpdateInput
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
ClientProfileUpdatePayload
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| client | ClientProfile | |
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| errors required | [Error!]! | Errors encountered during mutation execution |
| success required | Boolean! | Indicates whether the operation was successful |
commentCreate
CommentCreateInput
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| categoryPath required | [String!] | |
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| content required | String! | |
| idempotencyKey | String | |
| month required | String! | |
| parentId | ModelId | |
| rowId required | String! | |
| rowLabel required | String! |
CommentCreatePayload
Show fields
Show fields
commentDelete
CommentDeleteInput
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| id required | ModelId! |
CommentDeletePayload
Show fields
Show fields
commentResolve
Resolve a commentCommentResolveInput
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| id required | ModelId! | Comment ID |
CommentResolvePayload
Show fields
Show fields
commentUnresolve
Unresolve a commentCommentUnresolveInput
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| id required | ModelId! | Comment ID |
CommentUnresolvePayload
Show fields
Show fields
commentUpdate
CommentUpdateInput
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| content required | String! | |
| id required | ModelId! |
CommentUpdatePayload
Show fields
Show fields
companyArchive
CompanyArchiveInput
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| id required | ID! |
CompanyArchivePayload
Show fields
Show fields
companyCreate
CompanyCreateInput
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| cnpj required | String! | |
| description | String | |
| name required | String! | |
| status | String |
CompanyCreatePayload
Show fields
Show fields
companyUpdate
CompanyUpdateInput
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| cnpj required | String! | |
| description | String | |
| id required | ID! | |
| name required | String! | |
| status | String |
CompanyUpdatePayload
Show fields
Show fields
contaAzulAuthorize
Generate ContaAzul OAuth authorization URLContaAzulAuthorizeInput
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
ContaAzulAuthorizePayload
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| authorizationUrl required | String! | |
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| errors required | [Error!]! | |
| success required | Boolean! | Indicates whether the operation was successful |
contactCreate
ContactCreateInput
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| companyName required | String! | |
| contactProfiles | String | |
| contactType required | String! | |
String | ||
| identifier | String | |
| identifierValue | String | |
| notes | String | |
| phone | String | |
| status required | String! | |
| tradeName | String |
ContactCreatePayload
Show fields
Show fields
contactDelete
ContactDeleteInput
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| id required | ModelId! |
ContactDeletePayload
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| errors required | [Error!]! | |
| success required | Boolean! |
contactUpdate
ContactUpdateInput
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| companyName | String | |
| contactProfiles | String | |
| contactType required | String! | |
String | ||
| id required | ModelId! | |
| identifier | String | |
| identifierValue | String | |
| notes | String | |
| phone | String | |
| status required | String! | |
| tradeName | String |
ContactUpdatePayload
Show fields
Show fields
costCenterAllocationRuleCreate
CostCenterAllocationRuleCreateInput
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| categoryId | ModelId | |
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| costCenterId required | ModelId! | |
| departmentId | ModelId | |
| priority | Int |
CostCenterAllocationRuleCreatePayload
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| costCenterAllocationRule | CostCenterAllocationRule | |
| errors required | [Error!]! | Errors encountered during mutation execution |
| success required | Boolean! | Indicates whether the operation was successful |
costCenterAllocationRuleDelete
CostCenterAllocationRuleDeleteInput
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| id required | ModelId! |
CostCenterAllocationRuleDeletePayload
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| costCenterAllocationRule | CostCenterAllocationRule | |
| errors required | [Error!]! | Errors encountered during mutation execution |
| success required | Boolean! |
costCenterAllocationRuleUpdate
CostCenterAllocationRuleUpdateInput
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| categoryId | ModelId | |
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| costCenterId | ModelId | |
| departmentId | ModelId | |
| id required | ModelId! | |
| priority | Int |
CostCenterAllocationRuleUpdatePayload
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| costCenterAllocationRule | CostCenterAllocationRule | |
| errors required | [Error!]! | Errors encountered during mutation execution |
| success required | Boolean! | Indicates whether the operation was successful |
costCenterCreate
CostCenterCreateInput
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| cashFlowSection | String | |
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| costCenterGroupId | ModelId | |
| description | String | |
| name | String | |
| status | String |
CostCenterCreatePayload
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| costCenter | CostCenter | |
| errors required | [Error!]! | Errors encountered during mutation execution |
| success required | Boolean! | Indicates whether the operation was successful |
costCenterDelete
CostCenterDeleteInput
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| id required | ModelId! |
CostCenterDeletePayload
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| costCenter | CostCenter | |
| errors required | [Error!]! | Errors encountered during mutation execution |
| success required | Boolean! |
costCenterGroupCreate
CostCenterGroupCreateInput
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
CostCenterGroupCreatePayload
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| costCenterGroup | CostCenterGroup | |
| errors required | [Error!]! | Errors encountered during mutation execution |
| success required | Boolean! | Indicates whether the operation was successful |
costCenterUpdate
CostCenterUpdateInput
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| cashFlowSection | String | |
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| costCenterGroupId | ModelId | |
| description | String | |
| id required | ModelId! | |
| name | String | |
| status | String |
CostCenterUpdatePayload
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| costCenter | CostCenter | |
| errors required | [Error!]! | Errors encountered during mutation execution |
| success required | Boolean! | Indicates whether the operation was successful |
currencyCreate
CurrencyCreateInput
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
CurrencyCreatePayload
Show fields
Show fields
currencyDelete
CurrencyDeleteInput
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
CurrencyDeletePayload
Show fields
Show fields
currencyUpdate
CurrencyUpdateInput
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
CurrencyUpdatePayload
Show fields
Show fields
deferralCreate
DeferralCreateInput
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| accrualDate required | ISO8601DateTime! | |
| amount required | Float! | |
| categoryGroupId | ModelId | |
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| costCenterId | ModelId | |
| description | String | |
| supplierOrCustomer | String |
DeferralCreatePayload
Show fields
Show fields
deferralDelete
DeferralDeleteInput
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| id required | ModelId! |
DeferralDeletePayload
Show fields
Show fields
deferralUpdate
DeferralUpdateInput
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| accrualDate | ISO8601DateTime | |
| amount | Float | |
| categoryGroupId | ModelId | |
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| costCenterId | ModelId | |
| description | String | |
| id required | ModelId! | |
| supplierOrCustomer | String |
DeferralUpdatePayload
Show fields
Show fields
departmentCreate
DepartmentCreateInput
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| name | String |
DepartmentCreatePayload
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| department | Department | |
| errors required | [Error!]! | Errors encountered during mutation execution |
| success required | Boolean! | Indicates whether the operation was successful |
departmentDelete
DepartmentDeleteInput
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| id required | ModelId! |
DepartmentDeletePayload
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| department | Department | |
| errors required | [Error!]! | Errors encountered during mutation execution |
| success required | Boolean! |
departmentUpdate
DepartmentUpdateInput
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| id required | ModelId! | |
| name | String |
DepartmentUpdatePayload
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| department | Department | |
| errors required | [Error!]! | Errors encountered during mutation execution |
| success required | Boolean! | Indicates whether the operation was successful |
exchangeRateCreate
ExchangeRateCreateInput
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
ExchangeRateCreatePayload
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| errors required | [Error!]! | Errors encountered during mutation execution |
| exchangeRate | ExchangeRate | |
| success required | Boolean! | Indicates whether the operation was successful |
exchangeRateDelete
ExchangeRateDeleteInput
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
ExchangeRateDeletePayload
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| errors required | [Error!]! | Errors encountered during mutation execution |
| exchangeRate | ExchangeRate | |
| success required | Boolean! |
exchangeRateUpdate
ExchangeRateUpdateInput
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
ExchangeRateUpdatePayload
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| errors required | [Error!]! | Errors encountered during mutation execution |
| exchangeRate | ExchangeRate | |
| success required | Boolean! | Indicates whether the operation was successful |
googleSheetsAuthorize
Initiate Google Sheets OAuth authorization flowGoogleSheetsAuthorizeInput
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
GoogleSheetsAuthorizePayload
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| authorizationUrl required | String! | URL to redirect user for Google authorization |
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| errors required | [Error!]! | |
| success required | Boolean! | Indicates whether the operation was successful |
googleSheetsConnect
Complete Google Sheets OAuth flow and create integrationGoogleSheetsConnectInput
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| code required | String! | Authorization code from Google OAuth callback |
| state required | String! | State parameter from OAuth flow |
GoogleSheetsConnectPayload
Show fields
Show fields
googleSheetsDisconnect
Disconnect Google Sheets integrationGoogleSheetsDisconnectInput
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
GoogleSheetsDisconnectPayload
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| errors required | [Error!]! | |
| success required | Boolean! |
importCreate
ImportCreateInput
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| accountId | ID | |
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| data required | [JSON!]! | |
| dryRun | Boolean | |
| entityType required | ImportEntity! | |
| overridePreviousImports | Boolean |
ImportCreatePayload
Show fields
Show fields
importRetryFailed
ImportRetryFailedInput
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| importId required | ID! |
ImportRetryFailedPayload
Show fields
Show fields
messageFeedbackCreate
Create or update feedback for an LLM messageMessageFeedbackCreateInput
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| comment | String | |
| feedbackType required | String! | |
| messageId required | ID! |
MessageFeedbackCreatePayload
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| errors required | [Error!]! | Errors encountered during mutation execution |
| feedback | MessageFeedback | |
| success required | Boolean! | Indicates whether the operation was successful |
messageFeedbackDelete
Delete feedback for an LLM messageMessageFeedbackDeleteInput
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| messageId required | ID! |
MessageFeedbackDeletePayload
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| errors required | [Error!]! | Errors encountered during mutation execution |
| success required | Boolean! | Indicates whether the operation was successful |
notificationMarkAllAsRead
NotificationMarkAllAsReadInput
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
NotificationMarkAllAsReadPayload
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| count required | Int! | |
| errors required | [Error!]! | Errors encountered during mutation execution |
| success required | Boolean! | Indicates whether the operation was successful |
notificationMarkAsRead
NotificationMarkAsReadInput
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| id required | ID! |
NotificationMarkAsReadPayload
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| errors required | [Error!]! | Errors encountered during mutation execution |
| notification | Notification | |
| success required | Boolean! | Indicates whether the operation was successful |
organizationCreate
OrganizationCreateInput
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| name required | String! | |
| status | String |
OrganizationCreatePayload
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| errors required | [Error!]! | |
| organization | Organization | |
| success required | Boolean! | Indicates whether the operation was successful |
organizationDelete
OrganizationDeleteInput
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| id required | ModelId! |
OrganizationDeletePayload
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| errors required | [Error!]! | |
| success required | Boolean! |
organizationUpdate
OrganizationUpdateInput
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| id required | ModelId! | |
| name | String | |
| status | String |
OrganizationUpdatePayload
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| errors required | [Error!]! | |
| organization | Organization | |
| success required | Boolean! | Indicates whether the operation was successful |
organizationUserCreate
Add a user to the current organizationOrganizationUserCreateInput
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| createUserIfNotExists | Boolean | |
| email required | String! | |
| firstName | String | |
| isAdmin | Boolean | |
| lastName | String |
OrganizationUserCreatePayload
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| errors required | [String!]! | |
| organizationUser | OrganizationUser | |
| success required | Boolean! | Indicates whether the operation was successful |
paymentApplicationCreate
Create a new payment applicationPaymentApplicationCreateInput
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| amountApplied required | Float! | Amount applied to the document |
| applicationDate required | ISO8601DateTime! | Date of the application |
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| documentId required | ModelId! | ID of the document being paid |
| documentType required | String! | Type of document (e.g., ‘Accounting::AccountsPayable’, ‘Accounting::AccountsReceivable’) |
| interestAmount | Float | Interest amount included in the payment |
| paymentId | ModelId | ID of the payment (Banking::Transaction) |
| penalty | Float | Penalty amount included in the payment |
PaymentApplicationCreatePayload
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| errors required | [Error!]! | |
| paymentApplication | PaymentApplication | |
| success required | Boolean! |
paymentApplicationDelete
Delete a payment applicationPaymentApplicationDeleteInput
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| id required | ModelId! |
PaymentApplicationDeletePayload
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| errors required | [Error!]! | |
| success required | Boolean! |
paymentApplicationUpdate
Update an existing payment applicationPaymentApplicationUpdateInput
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| amountApplied | Float | Amount applied to the document |
| applicationDate | ISO8601DateTime | Date of the application |
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| documentId | ModelId | ID of the document being paid |
| documentType | String | Type of document (e.g., ‘Accounting::AccountsPayable’, ‘Accounting::AccountsReceivable’) |
| id required | ModelId! | ID of the payment application to update |
| interestAmount | Float | Interest amount included in the payment |
| paymentId | ModelId | ID of the payment (Banking::Transaction) |
| penalty | Float | Penalty amount included in the payment |
PaymentApplicationUpdatePayload
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| errors required | [Error!]! | |
| paymentApplication | PaymentApplication | |
| success required | Boolean! |
providerCreate
ProviderCreateInput
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| configuration | JSON | |
| credentials required | JSON! | |
| name | String | |
| providerType required | String! | |
| status | String | |
| syncDirection | String | |
| syncEnabled | Boolean |
ProviderCreatePayload
Show fields
Show fields
providerDelete
ProviderDeleteInput
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| id required | ID! |
ProviderDeletePayload
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| errors required | [Error!]! | |
| success required | Boolean! |
providerUpdate
ProviderUpdateInput
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| configuration | JSON | |
| credentials | JSON | |
| id required | ModelId! | |
| name | String | |
| providerType | String | |
| status | String | |
| syncDirection | String | |
| syncEnabled | Boolean |
ProviderUpdatePayload
Show fields
Show fields
retryFailedRecords
Retry syncing failed records for a provider or sync executionRetryFailedRecordsInput
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| providerId | ID | |
| recordIds required | [ID!] | Specific records to retry |
| syncExecutionId | ID |
RetryFailedRecordsPayload
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| errors required | [Error!]! | |
| retriedCount required | Int! | |
| success required | Boolean! |
transactionCreate
TransactionCreateInput
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| accountId required | ModelId! | |
| amount required | Float! | |
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| createDocument | Boolean | |
| description required | String! | |
| documentAmount | Float | |
| documentDueDate | ISO8601Date | |
| documentInvoiceNumber | String | |
| documentType | String | |
| relatedAccountId | ModelId | |
| transactionDate required | ISO8601DateTime! |
TransactionCreatePayload
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| errors required | [Error!]! | Errors encountered during mutation execution |
| success required | Boolean! | Indicates whether the operation was successful |
| transaction | Transaction |
transactionDelete
Delete a banking transactionTransactionDeleteInput
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| id required | ModelId! |
TransactionDeletePayload
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| errors required | [Error!]! | |
| success required | Boolean! |
transactionUpdate
TransactionUpdateInput
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| accountId | ModelId | |
| amount | Float | |
| categoryId | ModelId | |
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| description | String | |
| id required | ModelId! | |
| transactionDate | ISO8601DateTime |
TransactionUpdatePayload
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| errors required | [Error!]! | Errors encountered during mutation execution |
| success required | Boolean! | Indicates whether the operation was successful |
| transaction | Transaction |
triggerSync
TriggerSyncInput
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| providerId required | ID! |
TriggerSyncPayload
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| errors required | [Error!]! | |
| success required | Boolean! | |
| syncExecution | IntegrationsSyncExecution |
userSignin
Sign inUserSigninInput
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
String | The email of the participant |
UserSigninPayload
Show fields
Show fields
userSignout
Sign outUserSignoutInput
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
UserSignoutPayload
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| error | String | |
| errors required | [Error!]! | Errors encountered during mutation execution |
| success required | Boolean! |
userVerifyOtp
Verify OTP codeUserVerifyOtpInput
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| code required | String! | The OTP code to verify |
| otpBrowserToken | String | The OTP browser token |
UserVerifyOtpPayload
Show fields
Show fields
vendorProfileCreate
VendorProfileCreateInput
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
VendorProfileCreatePayload
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| errors required | [Error!]! | Errors encountered during mutation execution |
| success required | Boolean! | Indicates whether the operation was successful |
| vendor | VendorProfile |
vendorProfileDelete
VendorProfileDeleteInput
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
VendorProfileDeletePayload
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| errors required | [Error!]! | Errors encountered during mutation execution |
| success required | Boolean! | |
| vendor | VendorProfile |
vendorProfileUpdate
VendorProfileUpdateInput
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
VendorProfileUpdatePayload
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| errors required | [Error!]! | Errors encountered during mutation execution |
| success required | Boolean! | Indicates whether the operation was successful |
| vendor | VendorProfile |
