Web Service Documentation / Categories / Reporting Services / Get Data Response Receipt
Updated on October 10, 2023
23.0
GET
/reports/customers/(customerId)/dataResponses/(dataResponseId)/receipt/download
Field Name | Value | Comments |
---|---|---|
Authorization | Basic credentials |
Yes
Parameter Name | Description |
---|---|
customerId | Id of the customer |
dataResponseId | Id of the data response |
Request/Response | Schema Name |
---|---|
Request | None |
Response | None |
The following example retrieves the receipt (as a PDF file) of a specific data response that has an id of 9876 that belongs to a customer with an id of 675434.
GET /reports/customers/675434/dataResponses/9876/receipt/download
A PDF file is streamed back.
<?xml version="1.0" encoding="UTF-8"?>
<null>
<!-- Not applicable -->
</null>