Skip to main content
POST
/
updateAutomateWorkflow
updateAutomateWorkflow
curl --request POST \
  --url https://app.ezzydoc.com/EzzyService.svc/Rest/updateAutomateWorkflow \
  --header 'Content-Type: application/json' \
  --data '
{
  "seconds_until_next_execution": 123,
  "start_time": "2023-11-07T05:31:56Z"
}
'
{
  "invoice_id": 123,
  "message": "<string>",
  "status": 0
}

Query Parameters

APIKey
string
required
automateid
integer
required

Body

seconds_until_next_execution
integer
start_time
string<date-time>

Response

Success

invoice_id
integer
message
string
status
enum<integer>
Available options:
0,
1,
2,
3