Account Customization - Update

API URL

{{url}}/admin-service/account-customization/update

Method

PUT

Description

Update customization form for customized workflow

Input

Field Name

Type

Mandatory

Example

workflow

String

Yes

smoking

instructions

Array

Yes

Avoid Smoking, Dental problems

Sample Input:

{ "type": "Module", "countryId": "1", "tenantId": "1", "category": "Input_form", "formInput": "{\"time\":1676962312557,\"formLayout\":[{\"id\":\"smoking\",\"viewType\":\"CardView\",\"title\":\"Smoking\",\"familyOrder\":0,\"isCustomWorkflow\":true},{\"id\":\"Smoking Effetcs\",\"viewType\":\"Instruction\",\"title\":\"Smoking Effetcs\",\"fieldName\":\"Smoking Effetcs\",\"family\":\"smoking\",\"isSummary\":false,\"isMandatory\":false,\"isEnabled\":true,\"visibility\":\"visible\",\"instructions\":[\"Diabetes\",\"Dental problems\",\"Heart disease, stroke and blood circulation problems\",\"Breathing problems and chronic respiratory conditions\"],\"isNotDefault\":true,\"orderId\":1}]}", "id": 72, "workflow": "smoking", "clinicalWorkflowId": "91" }

Sample Output:

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

@2024 Medtronic LABS