> For the complete documentation index, see [llms.txt](https://help.impact.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.impact.com/brand/de/what-would-you-like-to-learn-about/platform-features/submit-and-modify-conversion-data/batch-modify-conversion-data/batch-process-reversals-via-api-web-services-overview.md).

# Per API in Batches ändern oder rückgängig machen

<a href="https://pxa.impact.com/student/activity/2268418?sid=0c0e3e5c-54c9-4435-9bee-ebcdccb7f292&#x26;sid_i=0?utm_source=app.impact.com&#x26;utm_medium=owned-platform&#x26;utm_content=&#x26;utm_campaign=help-center" class="button primary">Nehmen Sie am PXA-Kurs teil</a>

Wenn sich an einer Aktion etwas ändert (z. B. eine Bestellung storniert wurde, ein Artikel zurückgegeben wurde usw.), können Sie die API verwenden, um sie zu ändern (oder rückgängig zu machen) und den Provisionsbetrag für die Aktion anzupassen.

### Welche Einreichungsmethode ist die richtige für Sie?

| Wenn Sie ...                                                  | Verwenden Sie diese Methode...                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| ------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Eine manuelle, einmalige Datei ohne Programmierung einreichen | ​[E-Mail](/brand/de/what-would-you-like-to-learn-about/platform-features/submit-and-modify-conversion-data/submit-conversion-data/submit-conversion-data-via-ftp-or-email.md#before-you-start) Stapelverarbeitung oder [Datei per FTP hochladen](https://help.impact.com/brand/what-would-you-like-to-learn-about/platform-features/submit-and-modify-conversion-data/batch-modify-conversion-data/submit-batch-modifications-and-reversals#upload-file-to-system-ftp-server)                                                                                                                                                                                                                                        |
| Automatisierte Conversion-Berichte einrichten                 | ​[Conversionen](https://integrations.impact.com/brand-api-reference/reference/conversions/conversions) / [Aktionen](https://integrations.impact.com/brand-api-reference/reference/actions) API, [Datei per FTP übertragen](https://help.impact.com/brand/what-would-you-like-to-learn-about/platform-features/submit-and-modify-conversion-data/batch-modify-conversion-data/submit-batch-modifications-and-reversals#upload-file-to-system-ftp-server), oder [Datei per FTP abrufen](https://help.impact.com/brand/what-would-you-like-to-learn-about/platform-features/submit-and-modify-conversion-data/batch-modify-conversion-data/submit-batch-modifications-and-reversals#pull-file-from-your-own-ftp-server) |

### API-Rücksetzungsoptionen:

* [Ein oder mehrere Artikel in einer Aktion über die API ändern oder rückgängig machen](https://integrations.impact.com/brand-api-reference/reference/actions/actions)
* [Eine gesamte Aktion über die API rückgängig machen](https://integrations.impact.com/brand-api-reference/reference/actions/actions)

### Voraussetzung: Rufen Sie den *Aktions-ID* Wert

Um Aktionsdaten über die API zu ändern, benötigen Sie deren `Aktions-ID` Wert. Anschließend können Sie diesen verwenden, um die Aktion zu finden, die Sie über die API ändern möchten.

* Sie können in Ihrem Aufruf einen Datumsbereich angeben — andernfalls zeigt der Endpunkt standardmäßig die Aktionen der letzten 30 Tage an.
* [Ratenlimits](https://integrations.impact.com/brand-api-reference/readme/rate-limits) gelten.
* Siehe die [Alle Aktionen auflisten](https://integrations.impact.com/brand-api-reference/reference/actions/actions) API-Endpunktdokumentation, um mehr zu erfahren.

### FAQs

<details>

<summary>Wie setze ich eine an einer Aktion vorgenommene Änderung / Rücksetzung zurück?</summary>

Wenn eine Aktion vor ihrem Sperrdatum geändert oder rückgängig gemacht wurde, können Sie `RESET` als Grund angeben, um die Aktion wieder auf ihren Standardzustand zurückzusetzen:

```programlisting
curl 'https://api.impact.com/Advertisers/{AccountSID}/Actions' \
  -X PUT \
  -u '{AccountSID}:{AuthToken}' \
  -H 'Accept: application/json' \
  -H 'Content-Type: application/x-www-form-urlencoded' \
  -d 'ActionId={ActionId}' \
  -d 'Reason=RESET'
```

Aktionen, die über den `RESET` Code zurückgesetzt wurden, werden in Berichten möglicherweise nicht korrekt angezeigt (z. B. können Umsatzwerte falsch berechnet werden).

</details>

<details>

<summary>Was ist der Unterschied zwischen einem Dispositionscode und einem Grund?</summary>

Sowohl *Disposition-Codes* und *Gründe* werden im selben Kontext verwendet — *Gründe* sind vordefinierte Codes, die die API standardmäßig akzeptiert, während *Disposition-Codes* benutzerdefinierte Gründe sind, die Sie konfigurieren können. [Erfahren Sie mehr über Disposition-Codes](/brand/de/what-would-you-like-to-learn-about/platform-features/tracking/set-up-tracking/manage-disposition-codes.md).

Unterstützte Grundcodes:

<table><thead><tr><th width="234">Code</th><th>Beschreibung</th></tr></thead><tbody><tr><td><code>CONS_FRAUD</code></td><td>Verbraucherbetrug</td></tr><tr><td><code>CONS_ERROR</code></td><td>Verbraucherfehler</td></tr><tr><td><code>ITEM_RETURNED</code></td><td>Artikel wurde zurückgegeben</td></tr><tr><td><code>APPROVED</code></td><td><p>Die Aktion ist genehmigt</p><div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p><strong>Hinweis:</strong> Wenn Sie versuchen, Aktionen zu genehmigen, <code>Genehmigen</code> muss als <a href="/pages/32ea4136876d2f705b32c8d152525d0216136b3b">benutzerdefinierter Dispositionscode</a>.</p></div></td></tr><tr><td><code>ORDER_ERROR</code></td><td>Bestellfehler</td></tr><tr><td><code>ORDER_UPDATE</code></td><td>Bestellung wurde aktualisiert</td></tr><tr><td><code>PUB_ACT_DISPUTE</code></td><td>Streitfall wegen Partneraktivität</td></tr><tr><td><code>ADV_ACT_DISPUTE</code></td><td>Streitfall wegen Markenaktivität</td></tr><tr><td><code>NOT_COMPLIANCE_TERMS</code></td><td>Entspricht nicht den Bedingungen</td></tr><tr><td><code>ITEM_OUT_OF_STOCK</code></td><td>Artikel ist nicht auf Lager</td></tr><tr><td><code>TEST_ACTION</code></td><td>Testaktion</td></tr><tr><td><code>PARTNER_NOT_ACTIVE</code></td><td>Partnerkonto deaktiviert</td></tr><tr><td><code>CREDITED_DIFFERENT_MP</code></td><td>Einem anderen Partner gutgeschrieben</td></tr><tr><td><code>ANDERE</code></td><td>Anderer Grund</td></tr></tbody></table>

</details>

<details>

<summary>Wie kann ich sehen, wann Änderungen / Rücksetzungen auf eine Aktion angewendet werden?</summary>

Sie können die [Aktualisierungen der Aktion](https://integrations.impact.com/brand-api-reference/reference/actions/models) Endpunkt, um zu sehen, wann eine Aktion zuletzt aktualisiert wurde und in welchem aktuellen Zustand sie sich befindet.

{% hint style="info" %}
**Hinweis:** Eine `ActionUpdatesID` Wert unterscheidet sich von einem `Aktions-ID` Wert — Sie müssen den `ActionUpdatesID` Wert verwenden, um Aktualisierungen für eine Aktion abzurufen.
{% endhint %}

</details>


---

# 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://help.impact.com/brand/de/what-would-you-like-to-learn-about/platform-features/submit-and-modify-conversion-data/batch-modify-conversion-data/batch-process-reversals-via-api-web-services-overview.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.
