PayPal Gateway - 2013 Guide de l'utilisateur Page 60

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 124
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 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>
Vue de la page 59
1 2 ... 55 56 57 58 59 60 61 62 63 64 65 ... 123 124

Commentaires sur ces manuels

Pas de commentaire