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:
Last updated