PayPal Gateway - 2013 Podręcznik Użytkownika Strona 60

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 124
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 59
Reporting Samples
Retrieving a List of All Scheduled Reports that were Run
B
60 Gateway Reporting Developer Guide
Retrieving a List of All Scheduled Reports that were Run
This sample demonstrates how to retrieve a list of report IDs for all of the scheduled reports
that were run. The report ID returned can then be used for
“Getting Metadata” on page 35 and
“Getting Results by Report ID” on page 34.
Retrieving a List of All Scheduled Reports Request
<?xml version="1.0" encoding="UTF-8"?>
<reportingEngineRequest>
<authRequest>
<user>User</user>
<vendor>Vendor</vendor>
<partner>Partner</partner>
<password>Password</password>
</authRequest>
<runReportRequest>
<reportName>RetrieveReports</reportName>
<pageSize>1000</pageSize>
</runReportRequest>
</reportingEngineRequest>
Retrieving a List of All Scheduled Reports Response
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<reportingEngineResponse>
<baseResponse>
<responseCode>100</responseCode>
<responseMsg>Request has completed successfully</responseMsg>
</baseResponse>
<runReportResponse>
<reportId>RE1234567890</reportId>
<statusCode>3</statusCode>
<statusMsg>Report has completed successfully</statusMsg>
</runReportResponse>
</reportingEngineResponse>
Przeglądanie stron 59
1 2 ... 55 56 57 58 59 60 61 62 63 64 65 ... 123 124

Komentarze do niniejszej Instrukcji

Brak uwag