<!--
{
  "availability" : [

  ],
  "documentType" : "symbol",
  "framework" : "App Data Transfer",
  "identifier" : "/documentation/AppDataTransfer/Resubmit-request",
  "metadataVersion" : "0.1.0",
  "role" : "Web Service Endpoint",
  "symbol" : {
    "kind" : "Web Service Endpoint",
    "modules" : [
      "App Data Transfer"
    ],
    "preciseIdentifier" : "rest:App Data Transfer:post:api-transfer-appdata-resubmit"
  },
  "title" : "Resubmit request"
}
-->

# Resubmit request

Enqueue the next instance of a recurring request.

## Overview

The `requestId` you pass must be the most recent instance of the series identified by the `parentRequestId`.

**Request:**

```
% curl -X POST \
  -H "Authorization: Bearer [ACCESS_TOKEN]" \
  -H "X-Apple-Transaction-Id: E3857B28-7FC4-41C8-AC54-08E121E26F59" \
  -H "Content-Type: application/json" \
  -d '{ "parentRequestId": "EABD06C0-9210-47FF-83C4-318CF8520644", "requestId": "7BBBD45D-638B-4DB5-8B02-F23FDB15EDA7" }' \
  https://appdatatransfer.apple.com/api/transfer/appdata/resubmit
```

**Response:**

```
{
  "parentRequestId": "EABD06C0-9210-47FF-83C4-318CF8520644",
  "requestId": "A2DFE115-F039-4FC4-8286-7EAD51D91D8B",
  "status": "success",
  "statusCheckDelay": 86400
}
```

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)