Update

API URL

{{url}}/admin-service/clinical-workflow/update

Method

PUT

Description

Update clinical workflow

Input

Field Name

Type

Mandatory

Example

id

Number

Yes

90

viewScreens

Array

No

Screening, Enrollment

tenantId

Number

Yes

1

Sample Input:

{ "id": 90, "viewScreens": [ "Screening", "Assessment" ], "tenantId": "1" }

Sample Output:

{
    "message": "Account workflow updated successfully.",
    "entity": null,
    "status": true,
    "entityList": null,
    "responseCode": 200,
    "totalCount": null
}

@2024 Medtronic LABS