PayPal Gateway - 2013 Betriebsanweisung Seite 33

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 124
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 32
Gateway Reporting Developer Guide 33
Reporting Samples
Running a Transaction Summary Report
B
Running a Transaction Summary Report
This sample demonstrates how to run a Transaction Summary Report.
Running a Transaction Summary Report Request
The request demonstrates how to run a Transaction Summary Report with a page size of 50
lines starting on September 7, 2007 at 12:00AM and ending on September 7, 2007 at 12:59
and 59 seconds PM.
<?xml version="1.0" encoding="UTF-8"?>
<reportingEngineRequest>
<authRequest>
<user>User</user>
<vendor>Vendor</vendor>
<partner>Partner</partner>
<password>Passwor d</password>
</authRequest>
<runReportRequest>
<reportName>TransactionSummaryReport</reportName>
<reportParam>
<paramName>start_date</paramName>
<paramValue>2007-09-07 00:00:00</paramValue>
</reportParam>
<reportParam>
<paramName>end_date</paramName>
<paramValue>2007-09-07 23:59:59</paramValue>
</reportParam>
<pageSize>50</pageSize>
</runReportRequest>
</reportingEngineRequest>
Seitenansicht 32
1 2 ... 28 29 30 31 32 33 34 35 36 37 38 ... 123 124

Kommentare zu diesen Handbüchern

Keine Kommentare