> 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/zh/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).

# 通过 API 批量修改或冲销

<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">参加 PXA 课程</a>

如果某个操作的任何内容发生变化（例如，订单被取消、商品被退货等），你可以使用 API 对其进行修改（或撤销），从而更改该操作的佣金金额。

### 哪种提交方式适合你？

| 如果你想要……        | 使用此方法……                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| -------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| 无需编码，手动提交一次性文件 | [电子邮件](/brand/zh/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) 批处理或 [通过 FTP 上传文件](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)                                                                                                                                                                                                                              |
| 设置自动转化报告       | [转化](https://integrations.impact.com/brand-api-reference/reference/conversions/conversions) / [操作](https://integrations.impact.com/brand-api-reference/reference/actions) API， [通过 FTP 推送文件](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)，或 [通过 FTP 拉取文件](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 撤销选项：

* [通过 API 修改或撤销某个操作中的一个或多个项目](https://integrations.impact.com/brand-api-reference/reference/actions/actions)
* [通过 API 撤销整个操作](https://integrations.impact.com/brand-api-reference/reference/actions/actions)

### 前提：获取 *ActionId* 值

要通过 API 修改操作数据，你需要其 `ActionId` 值。然后你可以用它通过 API 找到你想修改的操作。

* 你可以在调用中指定日期范围——否则，该端点默认显示最近 30 天的操作。
* [速率限制](https://integrations.impact.com/brand-api-reference/readme/rate-limits) 适用。
* 查看 [列出所有操作](https://integrations.impact.com/brand-api-reference/reference/actions/actions) 如需了解更多，请参阅 API 端点文档。

### 常见问题

<details>

<summary>如何重置对某个操作（或操作项目）所做的修改/撤销？</summary>

如果某个操作在锁定日期之前已被修改或撤销，你可以提交 `RESET` 将其作为原因，把该操作更新回默认状态：

```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'
```

通过以下方式重置的操作 `RESET` 代码可能不会在报告中正确显示（例如，收入值可能计算错误）。

</details>

<details>

<summary>处置代码和原因有什么区别？</summary>

两者 *处置代码* 和 *原因* 都在相同的上下文中使用—— *原因* 是 API 默认接受的预定义代码，而 *处置代码* 是你可以配置的自定义原因。 [了解更多关于处置代码的信息](/brand/zh/what-would-you-like-to-learn-about/platform-features/tracking/set-up-tracking/manage-disposition-codes.md).

支持的原因代码：

<table><thead><tr><th width="234">代码</th><th>说明</th></tr></thead><tbody><tr><td><code>消费者欺诈</code></td><td>消费者欺诈</td></tr><tr><td><code>消费者错误</code></td><td>消费者错误</td></tr><tr><td><code>商品已退回</code></td><td>商品已退回</td></tr><tr><td><code>已批准</code></td><td><p>操作已批准</p><div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p><strong>注意：</strong> 如果您正在尝试批准操作， <code>批准</code> 需要设置为 <a href="/pages/e3e08d2a70b519195027fa14e3f87e1da5adbaee">自定义处置代码</a>.</p></div></td></tr><tr><td><code>订单错误</code></td><td>订单错误</td></tr><tr><td><code>ORDER_UPDATE</code></td><td>订单已更新</td></tr><tr><td><code>合作伙伴活动争议</code></td><td>合作伙伴活动争议</td></tr><tr><td><code>品牌活动争议</code></td><td>品牌活动争议</td></tr><tr><td><code>不符合条款</code></td><td>不符合条款</td></tr><tr><td><code>商品缺货</code></td><td>商品缺货</td></tr><tr><td><code>测试操作</code></td><td>测试操作</td></tr><tr><td><code>合作伙伴账户已停用</code></td><td>合作伙伴账户已停用</td></tr><tr><td><code>已记入其他合作伙伴</code></td><td>已记入另一合作伙伴</td></tr><tr><td><code>OTHER</code></td><td>其他原因</td></tr></tbody></table>

</details>

<details>

<summary>我如何查看修改/撤销何时应用到某个操作？</summary>

您可以使用 [操作更新](https://integrations.impact.com/brand-api-reference/reference/actions/models) 端点，用于查看某个操作最后一次更新的时间以及其当前状态。

{% hint style="info" %}
**注意：** 一个 `ActionUpdatesID` 值与一个 `ActionId` 值不同——你必须使用 `ActionUpdatesID` 值来检索某个操作的更新。
{% 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/zh/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.
