QuickBooks

QUICKBOOKS_READ_ACCOUNT

Read an account in QuickBooks with the given account ID.

Remote quickbooks

Remote (network-hosted)

Other tools also called QUICKBOOKS_READ_ACCOUNT? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "account_id": {
      "type": "string",
      "title": "Account Id",
      "description": "ID of the account to be read"
    }
  }
}