This function allows you to stop an ACHWorks Billing schedule through the REST API.  


Function:
Name: achworks/stopSchedule/{id}

Type: PUT
Where {id} is the id of the billing schedule


This function allows you to start/enable an ACHWorks Billing schedule through the REST API.


Function:
Name: achworks/startSchedule/{id}

Type: PUT
Where {id} is the id of the billing schedule


This function allows you to delete an ACHWorks Billing schedule through the REST API.


Function:
Name: achworks/deleteSchedule/{id}

Type: DELETE
Where {id} is the id of the billing schedule


Response:

All JSON Responses will be success or false with appropriate error message.


{"success":true} or {"success":false, "error":"Error message"}