PayPal Gateway - 2013 Betriebsanweisung Seite 55

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 124
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 54
Gateway Reporting Developer Guide 55
Reporting Samples
Updating a Schedule
B
Updating a Schedule
This sample demonstrates how to update a schedule.
Updating 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>
<updateScheduleRequest>
<scheduleDefinition>
<scheduleName>My Schedule</scheduleName>
<templateName>My Template</templateName>
<notificationRequired>false</notificationRequired>
<daily/>
</scheduleDefinition>
</updateScheduleRequest>
Updating a Schedule Response
In the response to updating 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>
Seitenansicht 54
1 2 ... 50 51 52 53 54 55 56 57 58 59 60 ... 123 124

Kommentare zu diesen Handbüchern

Keine Kommentare