> 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/tabellenreferenz/72242969-72242975-tarif-stammdaten.md).

# 72242969–72242975 Tarif-Stammdaten

Alle Tabellen besitzen `DataClassification = CustomerContent`.

## 72242969 SOUDHL Tariff Header

Versionierter Tarifkopf.

### Felder

* `1 Tariff Code: Code[20]` – NotBlank
* `2 Version Code: Code[20]` – NotBlank
* `3 Description: Text[100]`
* `4 Billing Account Code: Code[20]` → SOUDHL Billing Number
* `5 Currency Code: Code[10]` → Currency, NotBlank; OnValidate akzeptiert zusätzlich LCY
* `6 Valid From: Date`
* `7 Valid To: Date` – 0D bedeutet offen
* `8 Status: Enum SOUDHL Tariff Status`
* `9 Prices Include VAT: Boolean` – Metadatum, derzeit keine Steuerberechnung
* `10 Imported At: DateTime` – nicht editierbar
* `11 Source Reference: Text[100]`
* `12 Validated At: DateTime` – nicht editierbar
* `13 Activated At: DateTime` – nicht editierbar

Keys: PK `(Tariff Code, Version Code)`; Selection `(Status, Billing Account Code, Valid From)`.

## 72242970 SOUDHL Tariff Product

Berechnungsregeln je Produkt und Tarifversion.

### Felder

* `1 Tariff Code: Code[20]` → Tariff Header.Tariff Code
* `2 Version Code: Code[20]`
* `3 Product Code: Code[20]` – NotBlank; Lookup-Key der Rate-API
* `4 Description: Text[100]`
* `5 Product Type: Enum SOUDHL Product Type`
* `6 Parcel Product: Enum SOUDHLProducts`
* `7 Express Product: Enum SOUDHL Express Product`
* `8 Billing Map Code: Code[20]` – optionale externe Referenz
* `9 Zone Scheme Code: Code[20]` – NotBlank
* `10 Billing Level: Enum SOUDHL Billing Level`
* `11 Weight Method: Enum SOUDHL Weight Method`
* `12 Volume Divisor: Decimal` – 0:5, MinValue 0
* `13 Minimum Weight: Decimal` – 0:5, MinValue 0
* `14 Weight Rounding Step: Decimal` – 0:5, MinValue 0
* `15 Maximum Weight: Decimal` – Hard-Limit
* `16 Billable Maximum Weight: Decimal` – Cap des abrechenbaren Gewichts
* `17 Additional Kg From: Decimal` – importiert, derzeit in der Engine nicht verwendet
* `18 Active: Boolean` – Default true

PK `(Tariff Code, Version Code, Product Code)`.

## 72242971 SOUDHL Tariff Zone

Zonenstamm je Scheme.

* `1 Tariff Code: Code[20]`
* `2 Version Code: Code[20]`
* `3 Zone Scheme Code: Code[20]`
* `4 Zone Code: Code[20]` – NotBlank
* `5 Description: Text[100]`
* `6 EU Zone: Boolean`
* `7 Customs Zone: Boolean`
* `8 Transit Time: Text[30]`

PK `(Tariff Code, Version Code, Zone Scheme Code, Zone Code)`. EU/Customs/Transit sind aktuell Anzeige-/Importdaten.

## 72242972 SOUDHL Destination Rule

Land und Postcode werden einer Zone zugeordnet.

* `1 Entry No.: Integer` – AutoIncrement, PK
* `2 Tariff Code: Code[20]`
* `3 Version Code: Code[20]`
* `4 Zone Scheme Code: Code[20]`
* `5 Country/Region Code: Code[10]` → Country/Region
* `6 Post Code From: Code[20]`
* `7 Post Code To: Code[20]`
* `8 Post Code Pattern: Text[50]`
* `9 Area Variant: Code[20]` – derzeit nicht ausgewertet
* `10 Zone Code: Code[20]`
* `11 Priority: Integer` – höher gewinnt
* `12 Valid From: Date`
* `13 Valid To: Date`

Key `Match (Tariff Code, Version Code, Zone Scheme Code, Country/Region Code, Priority)`.

## 72242973 SOUDHL Tariff Rate

Gewichtsstufe und Basistarif.

* `1 Entry No.: Integer` – AutoIncrement, PK
* `2 Tariff Code: Code[20]`
* `3 Version Code: Code[20]`
* `4 Product Code: Code[20]`
* `5 Zone Code: Code[20]`
* `6 Destination Country Code: Code[10]` → Country/Region
* `7 Weight From: Decimal` – 0:5, MinValue 0
* `8 Weight To: Decimal` – 0:5, MinValue 0; 0 bedeutet offen
* `9 Method: Enum SOUDHL Rate Method`
* `10 Base Amount: Decimal`
* `11 Amount per Kg: Decimal`
* `12 Minimum Amount: Decimal`
* `13 Additional Kg Amount: Decimal`

Key `RateLookup (Tariff Code, Version Code, Product Code, Zone Code, Destination Country Code, Weight From)`. Länderspezifische Rate schlägt Zone.

## 72242974 SOUDHL Tariff Charge

Filter und Formel eines Zuschlags.

* `1 Entry No.: Integer` – AutoIncrement, PK
* `2 Tariff Code: Code[20]`
* `3 Version Code: Code[20]`
* `4 Charge Code: Code[20]` – NotBlank
* `5 Description: Text[100]`
* `6 Product Code: Code[20]`
* `7 Service Code: Code[20]`
* `8 Zone Code: Code[20]`
* `9 Destination Country Code: Code[10]` → Country/Region
* `10 Origin Country Code: Code[10]` → Country/Region
* `11 Valid From: Date`
* `12 Valid To: Date`
* `13 Minimum Weight: Decimal`
* `14 Maximum Weight: Decimal`
* `15 Minimum Length: Decimal`
* `16 Minimum Width: Decimal`
* `17 Minimum Height: Decimal`
* `18 Priority: Integer`
* `19 Exclusion Group: Code[20]`
* `20 Method: Enum SOUDHL Charge Method`
* `21 Charge Level: Enum SOUDHL Charge Level`
* `22 Amount: Decimal`
* `23 Percent: Decimal`
* `24 Index Code: Code[20]`
* `25 Mandatory: Boolean` – Default true
* `26 Estimated Invoice Charge: Boolean`

Key `ChargeLookup (Tariff Code, Version Code, Product Code, Priority)`.

## 72242975 SOUDHL Tariff Index Value

Zeitabhängiger Indexprozentsatz.

* `1 Entry No.: Integer` – AutoIncrement, PK
* `2 Tariff Code: Code[20]`
* `3 Version Code: Code[20]`
* `4 Index Code: Code[20]` – NotBlank
* `5 Description: Text[100]`
* `6 Valid From: Date`
* `7 Valid To: Date`
* `8 Percent: Decimal`

Key `IndexLookup (Tariff Code, Version Code, Index Code, Valid From)`.

## Lifecycle und Schreibregel

Draft → Validated → Active → Archived. Direkte Änderungen aktiver Versionen umgehen Range-, Referenz- und Überlappungsprüfungen. Pflege über Tarif-Pages bzw. Import/Validation Mgt durchführen.


---

# 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/tabellenreferenz/72242969-72242975-tarif-stammdaten.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.
