Create

API URL

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

Method

POST

Description

Create clinical workflow

Input

Field Name

Type

Mandatory

Example

name

String

Yes

viewScreens

Array

Yes

Screening, Assessment

countryId

Number

Yes

1

tenantId

Number

Yes

1

Sample Input:

{ "name": "Gluocose", "viewScreens": [ "Screening", "Assessment" ], "countryId": "1", "tenantId": "1" }

Sample Output:

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

@2024 Medtronic LABS