PayPal Gateway - 2013 Podręcznik Użytkownika Strona 56

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 124
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 55
Reporting Samples
Deleting a Schedule
B
56 Gateway Reporting Developer Guide
Deleting a Schedule
This sample demonstrates how to delete a schedule.
Deleting a Schedule Request
<reportingEngineRequest>
<authRequest>
<user>User</user>
<vendor>Vendor</vendor>
<partner>Partner</partner>
<password>Passwor d</password>
</authRequest>
<deleteScheduleRequest>
<scheduleName>My Schedule</scheduleName>
</deleteScheduleRequest>
</reportingEngineRequest>
Deleting a Schedule Response
In the response to deleting 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>
Przeglądanie stron 55
1 2 ... 51 52 53 54 55 56 57 58 59 60 61 ... 123 124

Komentarze do niniejszej Instrukcji

Brak uwag