PayPal Gateway - 2013 Betriebsanweisung Seite 60

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 124
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 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>
Seitenansicht 59
1 2 ... 55 56 57 58 59 60 61 62 63 64 65 ... 123 124

Kommentare zu diesen Handbüchern

Keine Kommentare