Saf-t PT suportado

Invoic€xpress

  • PT
  • EN
API

schedules.deactivate

Deactivates a schedule

No invoices are created while the schedule is deactivated

You call this method by submitting a HTTP PUT request to the following URL :

https://:screen-name.invoicexpress.net/schedules/:schedule-id/deactivate

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.