
Reporting Samples
Running a Profile - Next Payment Date Report
B
58 Gateway Reporting Developer Guide
Running a Profile - Next Payment Date Report
This sample demonstrates how to run a profile - next payment date report.
Running a Profile - Next Payment 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>RBProfileNPDReport</reportName>
<reportParam>
<paramName>start_date</paramName>
<paramValue>2011-06-22 00:00:00</paramValue>
</reportParam>
<reportParam>
<paramName>end_date</paramName>
<paramValue>2011-08-30 00:00:00</paramValue>
</reportParam>
<pageSize>50</pageSize>
</runReportRequest>
</reportingEngineRequest>
Running a Profile - Next Payment 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>
Commentaires sur ces manuels