PayPal Gateway - 2013 Guía de usuario Pagina 54

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 124
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 53
Reporting Samples
Getting a Schedule
B
54 Gateway Reporting Developer Guide
Getting a Schedule
Getting a Schedule Request
?xml version="1.0" encoding="UTF-8"?>
<reportingEngineRequest>
<authRequest>
<user>User</user>
<vendor>Vendor</vendor>
<partner>Partner</partner>
<password>Passwor d</password>
</authRequest>
<getScheduleRequest>
<scheduleName>My Schedule</scheduleName>
</getScheduleRequest>
</reportingEngineRequest>
NOTE: To retrieve all of your scheduled reports, pass <getScheduleRequest/>, without
specifying any child elements.
Getting a Schedule Response
In the response to getting a schedule, the response code of 100 indicates that the request
completed successfully. The response returns the name of the schedule, the report template
scheduled, and the schedule (daily).
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<reportingEngineResponse>
<baseResponse>
<responseCode>100</responseCode>
<responseMsg>Request has completed successfully</responseMsg>
</baseResponse>
<getScheduleResponse>
<scheduleDefinition>
<scheduleName>My Schedule</scheduleName>
<templateName>My Template</templateName>
<notificationRequired>false</notificationRequired>
<daily></daily>
</scheduleDefinition>
</getScheduleResponse>
</reportingEngineResponse>
Vista de pagina 53
1 2 ... 49 50 51 52 53 54 55 56 57 58 59 ... 123 124

Comentarios a estos manuales

Sin comentarios