---
title: "POST /api/services/app/Install/Setup"
method: POST
path: "/api/services/app/Install/Setup"
tags: ["Install"]
---

# POST /api/services/app/Install/Setup

`POST /api/services/app/Install/Setup`

## Request body

- InstallDto
  - `connectionString` string, required — Required
  - `adminPassword` string, required — Required
  - `webSiteUrl` string, required — Required
  - `serverUrl` string, nullable
  - `defaultLanguage` string, required — Required
  - `smtpSettings` EmailSettingsEditDto
    - `defaultFromAddress` string, nullable
    - `defaultFromDisplayName` string, nullable
    - `smtpHost` string, nullable
    - `smtpPort` integer
    - `smtpUserName` string, nullable
    - `smtpPassword` string, nullable
    - `smtpDomain` string, nullable
    - `smtpEnableSsl` boolean
    - `smtpUseDefaultCredentials` boolean
  - `billInfo` HostBillingSettingsEditDto
    - `legalName` string, nullable
    - `address` string, nullable

## Response `200`

Success

---

[API](https://skmtc.dev/dalieu/apis/portaldalieu-api.md) · [All operations](https://skmtc.dev/dalieu/apis/portaldalieu-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/dalieu/portaldalieu-api/revisions/78dcf1621c0e/schema)
