Downloading On-Demand Notification of Change Report {#reporting-ondemand-noc-download}
======================================================================================

The Notification of Change Report contains a list of `eCheck`-related values updated as a result of a response to an `eCheck` settlement transaction. To request the report, your client application must send an HTTP GET message to the report server. Format the URL as follows:

```keyword varname
https://&lt;url_prefix&gt;/reporting/v3/notification-of-changes?startTime={startTime}&endTime={endTime}
```

| Value                   | Description                                                                                                                                                        | Required/Optional |
|:------------------------|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------|:------------------|
| \&lt; `url_prefix`\&gt; | Name of the server from which to download the report. Use one of these values: * **Test:** `apitest.visaacceptance.com` * **Production:** `api.visaacceptance.com` | Required          |
| `{startTime}`           | Report start date to search on in ISO 8601 format. **Example:** 2016-11-22T12:00:00.000Z                                                                           | Required          |
| `{endTime}`             | Report end date to search on in ISO 8601 format. **Example:** 2016-11-22T12:00:00.000Z                                                                             | Required          |
[On-Demand Notification of Change Report URL Values]

Responses
---------

This call can return one of the following HTTP status codes:

* 200: Ok.
* 400: Invalid request.
* 401: Unauthorized. The provided token is no longer valid.
* 404: Report not found or no transactions are available.
* 500: Internal server error.

