---
title: SendReportSuccessResponse
framework: externalpurchaseserverapi
role: symbol
role_heading: Object
path: externalpurchaseserverapi/sendreportsuccessresponse
---

# SendReportSuccessResponse

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

## Declaration

```data
object SendReportSuccessResponse
```

## Properties

requestIdentifier: The UUID that you generated to uniquely identify the report when calling the Send External Purchase Report endpoint.

## Discussion

Discussion The Send External Purchase Report endpoint returns this response when the server successfully receives a report that passes validation checks. Record the requestIdentifier in your system. Use the  requestIdentifer to get the report by sending a request to the Retrieve External Purchase Report endpoint.

## See Also

### External purchase reporting

- [Send External Purchase Report](externalpurchaseserverapi/send-external-purchase-report.md)
- [ExternalPurchaseReport](externalpurchaseserverapi/externalpurchasereport.md)
- [SendReportErrorResponse](externalpurchaseserverapi/sendreporterrorresponse.md)
