Skip to main content
GET
/
inActivateWorkflow
inActivateWorkflow
curl --request GET \
  --url https://app.ezzydoc.com/EzzyService.svc/Rest/inActivateWorkflow \
  --header 'Authorization: Bearer <token>'
{
  "invoice_id": 123,
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

workflowid
integer
required
type
enum<integer>
required
Available options:
0,
1,
2,
3,
4,
5

Response

Success

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