PayPal Gateway - 2013 Guía de usuario Pagina 33

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 124
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 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>
Vista de pagina 32
1 2 ... 28 29 30 31 32 33 34 35 36 37 38 ... 123 124

Comentarios a estos manuales

Sin comentarios