Account Customization - Details
API URL
{{url}}/admin-service/account-customization/details
Method
POST
Description
Get account customization details
Sample Input:
{ "clinicalWorkflowId": 91, "countryId": 1, "tenantId": 1 }
Output:
Field Name
Type
Comments
id
Number
Customization id
tenantId
Number
Country tenant id
type
String
Module
category
String
Form category
formInput
String
Customization form fields
countryId
Number
Country id
clinicalWorkflowId
Number
Workflow id
workflow
String
Workflow name
Sample Output:
Last updated