> For the complete documentation index, see [llms.txt](https://spice.docs.medtroniclabs.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://spice.docs.medtroniclabs.org/spice-docs/engineering/api-documentation/admin-services/clinical-workflow/account-customization-create.md).

# Account Customization - Create

| **API URL**     | {{url}}/admin-service/account-customization/create |
| --------------- | -------------------------------------------------- |
| **Method**      | POST                                               |
| **Description** | Create customization form for customized workflow  |

#### **Input** <a href="#accountcustomization-create-input" id="accountcustomization-create-input"></a>

| **Field Name** | **Type** | **Mandatory** | **Example**   |
| -------------- | -------- | ------------- | ------------- |
| workflow       | String   | Yes           | smoking       |
| instructions   | Array    | Yes           | Avoid Smoking |

#### **Sample Input:** <a href="#accountcustomization-create-sampleinput" id="accountcustomization-create-sampleinput"></a>

{     "type": "Module",     "countryId": "1",     "tenantId": "1",     "category": "Input\_form",     "formInput": "{\\"time\\":1676956556561,\\"formLayout\\":\[{\\"id\\":\\"smoking\\",\\"viewType\\":\\"CardView\\",\\"title\\":\\"Smoking\\",\\"familyOrder\\":0,\\"isCustomWorkflow\\":true},{\\"id\\":\\"Smoking \\",\\"viewType\\":\\"Instruction\\",\\"title\\":\\"Smoking \\",\\"fieldName\\":\\"Smoking \\",\\"family\\":\\"smoking\\",\\"isSummary\\":false,\\"isMandatory\\":false,\\"isEnabled\\":true,\\"visibility\\":\\"visible\\",\\"instructions\\":\[\\"Avoid Smoking\\",\\"Take Medication\\"],\\"isNotDefault\\":true,\\"orderId\\":1}]}",     "workflow": "smoking",     "clinicalWorkflowId": "91" }

#### **Sample Output:** <a href="#accountcustomization-create-sampleoutput" id="accountcustomization-create-sampleoutput"></a>

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