
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>
Comentarios a estos manuales