schedules.activate
Activates a previously deactivated schedule
You call this method by submitting a HTTP PUT request to the following URL :
https://:screen-name.invoicexpress.net/schedules/:schedule-id/activate
Parameters
Parameters are the data you will pass with the call.
api_key
Your secret identifier. Your API Key is on Account Overview in the Account section.
Rules: Required
Return Values
This is the result that will be passed back to you.
Success
HTTP: 200 OK
Error
HTTP: 401 Access denied
The API Key parameter is missing or incorrect.
HTTP: 404 Not Found
No schedule matches the supplied :schedule-id.
The API Key parameter is missing or incorrect.
HTTP: 404 Not Found
No schedule matches the supplied :schedule-id.
