<!--
{
  "availability" : [

  ],
  "documentType" : "symbol",
  "framework" : "ExternalPurchaseServerAPI",
  "identifier" : "/documentation/ExternalPurchaseServerAPI/SendReportSuccessResponse",
  "metadataVersion" : "0.1.0",
  "role" : "Object",
  "symbol" : {
    "kind" : "Object",
    "modules" : [
      "External Purchase Server API"
    ],
    "preciseIdentifier" : "data:external_purchase_server_api:SendReportSuccessResponse"
  },
  "title" : "SendReportSuccessResponse"
}
-->

# SendReportSuccessResponse

A response that contains the request identifier and indicates the server successfully received your external purchase report.

```
object SendReportSuccessResponse
```

## Discussion

The [`Send External Purchase Report`](/documentation/ExternalPurchaseServerAPI/Send-External-Purchase-Report) endpoint returns this response when the server successfully receives a report that passes validation checks. Record the [`requestIdentifier`](/documentation/ExternalPurchaseServerAPI/requestIdentifier) in your system.
Use the  `requestIdentifer` to get the report by sending a request to the [`Retrieve External Purchase Report`](/documentation/ExternalPurchaseServerAPI/Retrieve-External-Purchase-Report) endpoint.

---

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)