PayPal Gateway - 2013 Guia do Utilizador Página 53

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 124
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 52
Gateway Reporting Developer Guide 53
Reporting Samples
Creating a Schedule
B
Creating a Schedule
This sample demonstrates how to create a schedule for a report template.
Creating 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>
<createScheduleRequest>
<scheduleDefinition>
<scheduleName>My Schedule</scheduleName>
<templateName>My Template</templateName>
<notificationRequired>false</notificationRequired>
<daily></daily>
</scheduleDefinition>
</createScheduleRequest>
</reportingEngineRequest>
Creating a Schedule Response
In the response to creating a schedule, the response code of 100 indicates that the request
completed successfully.
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<reportingEngineResponse>
<baseResponse>
<responseCode>100</responseCode>
<responseMsg>Request has completed successfully</responseMsg>
</baseResponse>
</reportingEngineResponse>
Vista de página 52
1 2 ... 48 49 50 51 52 53 54 55 56 57 58 ... 123 124

Comentários a estes Manuais

Sem comentários