> 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/72242976-72242978-tarif-import-und-result-buffer.md).

# 72242976–72242978 Tarif-Import und Result Buffer

## 72242976 SOUDHL Tariff Import Batch

Persistenter Kopf eines Excel-Imports. `DataClassification = CustomerContent`.

### Felder

* `1 Batch No.: Integer` – AutoIncrement, PK
* `2 File Name: Text[250]`
* `3 Created By: Text[100]` – nicht editierbar
* `4 Created At: DateTime` – nicht editierbar
* `5 Status: Enum SOUDHL Import Status` – nicht editierbar
* `6 Tariff Code: Code[20]` – nicht editierbar
* `7 Version Code: Code[20]` – nicht editierbar
* `8 Error Count: Integer` – nicht editierbar
* `9 Activated At: DateTime` – nicht editierbar

`OnDelete` löscht alle Import Lines des Batches.

## 72242977 SOUDHL Tariff Import Line

Persistente Stagingzelle mit Original-, Normalized- und Fehlerwert.

### Felder

* `1 Batch No.: Integer` → Import Batch
* `2 Entry No.: Integer`
* `3 Sheet Name: Text[30]`
* `4 Row No.: Integer`
* `5 Column No.: Integer`
* `6 Column Name: Text[50]`
* `7 Cell Value: Text[250]`
* `8 Normalized Value: Text[250]`
* `9 Error Code: Code[30]` – nicht editierbar
* `10 Error Text: Text[250]` – nicht editierbar

Keys: PK `(Batch No., Entry No.)`; `RowLookup (Batch No., Sheet Name, Row No., Column No.)`. `Row No. = 0` kennzeichnet einen synthetischen Batch-/Strukturfehler.

## 72242978 SOUDHL Rate Result Buffer

`TableType = Temporary`. Detaillierte Antwort von `SOUDHL Rate Provider.CalculateRate`; es werden keine persistenten Tarifergebnisse erzeugt.

### Felder

* `1 Line No.: Integer` – PK
* `2 Line Type: Enum SOUDHL Result Line Type`
* `3 Description: Text[100]`
* `4 Calculation Base: Decimal`
* `5 Rate: Decimal`
* `6 Amount: Decimal`
* `7 Currency Code: Code[10]`
* `8 Source Table ID: Integer`
* `9 Source Entry No.: Integer`
* `10 Tariff Code: Code[20]`
* `11 Version Code: Code[20]`
* `12 Zone Code: Code[20]`
* `13 Actual Weight: Decimal`
* `14 Volume Weight: Decimal`
* `15 Billable Weight: Decimal`
* `16 Base Amount: Decimal`
* `17 Charge Amount: Decimal`
* `18 Total Amount: Decimal`
* `19 Estimated: Boolean`
* `20 Error Code: Code[30]`
* `21 Error Text: Text[250]`

Alle Decimal-Felder verwenden bis zu fünf Nachkommastellen.

## Zeilenkonvention

* Summary: Line No. 1
* Base Rate: Line No. 10000
* Charges: weitere 10000er-Schritte
* Fehler: Information auf Line No. 1

## Externe Verwendung

Den Buffer immer als `temporary` übergeben und vor Wiederverwendung leeren. Bei Erfolg Summary plus Detailzeilen lesen; bei Fehler `ErrorCode`, `ErrorText` und Information-Zeile auswerten.


---

# 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/72242976-72242978-tarif-import-und-result-buffer.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.
