PayPal Gateway - 2013 Uživatelská příručka Strana 60

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 124
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 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>
Zobrazit stránku 59
1 2 ... 55 56 57 58 59 60 61 62 63 64 65 ... 123 124

Komentáře k této Příručce

Žádné komentáře