> 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/ja/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/ja/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経由でアクション内の1つ以上のアイテムを修正または取り消す](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/ja/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/efc7faa21a9d1684e520e450ad311e576c03224c">カスタムディスポジションコード</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>その他</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/ja/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.
