PayPal Gateway - 2013 Guia do Utilizador Página 60

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 124
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 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>
Vista de página 59
1 2 ... 55 56 57 58 59 60 61 62 63 64 65 ... 123 124

Comentários a estes Manuais

Sem comentários