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 '{
  "unresolved": "<string>"
}'
{
  "invoice_id": 123,
  "message": "<string>",
  "status": 0
}

Query Parameters

APIKey
string
required
automateid
integer
required

Body

unresolved
string

Response

Success

invoice_id
integer
message
string
status
enum<integer>

Enum values

Available options:
0,
1,
2,
3
I