---
title: "Get guidance by Tax Rule"
method: GET
path: "/ReceiptGuidance/forTaxRule"
tags: ["Voucher"]
---

# Get guidance by Tax Rule

`GET /ReceiptGuidance/forTaxRule`

You can use this endpoint to get additional information about the tax rule (for example, USTPFL_UMS_EINN) that you may want to use.

## Query parameters

- `taxRule` string, required

## 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
- `422` — No account guides were found for the requested tax rule.
- `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)
