---
title: "Get all account guides"
method: GET
path: "/ReceiptGuidance/forAllAccounts"
tags: ["Voucher"]
---

# Get all account guides

`GET /ReceiptGuidance/forAllAccounts`

You can use this endpoint to help you decide which accounts you can use when creating a voucher

## Response `200`

Successful operation

- object
  - `objects` ReceiptGuideDto[]
    - `accountDatevId` integer — The ID of the matching account datev
    - `accountNumber` string — The account number of the account datev (dependent on the active accounting system of the client)
    - `accountName` string — The name of the account
    - `description` string — The description of the account and/or what the account is used for
    - `allowedTaxRules` object[] — An array that holds all possible tax rules for this account
      - `name` string — The name of the tax rule
      - `description` string — A readable description of the tax rule
      - `id` integer — The id of the tax rule to use in different scenarios
      - `taxRates` string[] — An array of tax rates which are combinable with this tax rule
    - `allowedReceiptTypes` string[] — An array that holds the viable receipt types for this account

## Other responses

- `401` — Authentication required
- `500` — Server Error

---

[API](https://skmtc.net/sevdesk/apis/sevdesk-api.md) · [All operations](https://skmtc.net/sevdesk/apis/sevdesk-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sevdesk/sevdesk-api/revisions/a32cec0fecea/schema)
