> For the complete documentation index, see [llms.txt](https://docs.solutioo.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.solutioo.de/entwicklerdokumentationen-business-central-dhl-connector/dhl-connector-entwicklerdokumentation/pages-page-extensions-und-reports/tarif-pages.md).

# Tarif-Pages

Alle Tarif-Pages liegen im Objektbereich 72242969–72242979.

## 72242969 SOUDHL Tariff List

Liste der Tarifversionen. Aktionen `Import` und `Test Calculation` öffnen Import Wizard bzw. Rate Test. CardPage ist Tariff Card.

## 72242970 SOUDHL Tariff Card

Tarifkopf mit eingebettetem Products Part. Aktionen:

* Validate
* Activate
* Zones
* Destination Rules
* Rates
* Charges
* Index Values
* Test Calculation

Status und Audit-Timestamps sind nicht frei editierbar.

## 72242971 SOUDHL Tariff Products Part

Produktregeln je Tarif: Product Code, Parcel/Express Mapping, Zone Scheme, Billing Level, Weight Method, Volume Divisor, Gewichtsgrenzen und Active.

## 72242972 SOUDHL Tariff Zones

Pflegt Zone Code, Beschreibung, EU-/Customs-Kennzeichen und Transit Time je Scheme.

## 72242973 SOUDHL Destination Rules

Pflegt Country, PLZ From/To oder Pattern, Zone, Priority und Gültigkeit.

## 72242974 SOUDHL Tariff Rates

Pflegt Produkt, Zone/Land, Weight From/To, Rate Method und Preisbestandteile.

## 72242975 SOUDHL Tariff Charges

Pflegt Zuschlagscode, Filter, Priority, Exclusion Group, Methode, Ebene, Betrag/Prozent/Index sowie Estimated-Flag.

## 72242976 SOUDHL Tariff Index Values

Pflegt zeitabhängige Prozentsätze eines Indexcodes.

## 72242977 SOUDHL Tariff Import Wizard

Read-only Batchliste mit Aktionen:

* Empty Template herunterladen
* Workbook hochladen
* Batch validieren
* Batch aktivieren
* Lines und Errors öffnen

## 72242978 SOUDHL Tariff Import Errors

Read-only Sicht auf Stagingzellen, Normalized Value und Fehlercode/-text.

## 72242979 SOUDHL Rate Test

Worksheet auf temporärem Rate Result Buffer. Benutzer geben Produkt, Service, Account, Route, Maße, Gewicht und Package Count ein; `Calculate` ruft den öffentlichen Rate Provider auf und zeigt Detailzeilen.

## Berechtigungen

Pflege, Import und Aktivierung erfordern `SOUDHL Tariff Admin`. Normale User/Base dürfen den Rate Provider und je nach Set die Testseite ausführen, aber keine Tarife ändern.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.solutioo.de/entwicklerdokumentationen-business-central-dhl-connector/dhl-connector-entwicklerdokumentation/pages-page-extensions-und-reports/tarif-pages.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
