PayPal Gateway - 2013 Guía de usuario Pagina 59

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 124
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 58
Gateway Reporting Developer Guide 59
Reporting Samples
Running a Profile - Profile Modified Date Report
B
Running a Profile - Profile Modified Date Report
This sample demonstrates how to run a profile - profile modified date report.
Running a Profile - Profile Modified Date 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>RBProfilePMDReport</reportName>
<reportParam>
<paramName>start_date</paramName>
<paramValue>2010-06-22 00:00:00</paramValue>
</reportParam>
<reportParam>
<paramName>end_date</paramName>
<paramValue>2010-08-30 00:00:00</paramValue>
</reportParam>
<pageSize>50</pageSize>
</runReportRequest>
</reportingEngineRequest>
Running a Profile - Profile Modified Date Response
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<reportingEngineResponse>
<baseResponse>
<responseCode>100</responseCode>
<responseMsg>Request has completed successfully</responseMsg>
</baseResponse>
<runReportResponse>
<reportId>132</reportId>
<statusCode>3</statusCode>
<statusMsg>Report has completed successfully</statusMsg>
</runReportResponse>
</reportingEngineResponse>
Vista de pagina 58
1 2 ... 54 55 56 57 58 59 60 61 62 63 64 ... 123 124

Comentarios a estos manuales

Sin comentarios