---
title: "POST /api/v1.0/{appId}/website/index"
method: POST
path: "/api/v1.0/{appId}/website/index"
tags: ["Website"]
---

# POST /api/v1.0/{appId}/website/index

`POST /api/v1.0/{appId}/website/index`

## Path parameters

- `appId` string, required

## Request body

- IndexPageBase — Base of Index Page
  - `AboutSectionEnabled` boolean — About section enabled
  - `AboutSectionTitle` string — About section title
  - `AboutSectionSubtitle` string — About section sub-title
  - `AboutSectionLeftTitle` string — About section title left
  - `AboutSectionLeftBody` string — About section text left
  - `AboutSectionRightTitle` string — About section title right
  - `AboutSectionRightBody` string — About section text right
  - `OpeningHoursEnabled` boolean — Opening hours section Enabled
  - `MenuPreviewEnabled` boolean — Menu Preview section Enabled
  - `GalleryEnabled` boolean — Gallery section enabled
  - `TestimonialsEnabled` boolean — Testimonials section Enabled
  - `ContactFormEnabled` boolean — Contact Form section Enabled
  - `ContactFormEmail` string — Contact Form Email
  - `MapEnabled` boolean — Map section Enabled

## Response `200`

OK

- RestApiResultIndexPageBase — Rest api result
  - `Data` IndexPageBase, required — Base of Index Page
    - `AboutSectionEnabled` boolean — About section enabled
    - `AboutSectionTitle` string — About section title
    - `AboutSectionSubtitle` string — About section sub-title
    - `AboutSectionLeftTitle` string — About section title left
    - `AboutSectionLeftBody` string — About section text left
    - `AboutSectionRightTitle` string — About section title right
    - `AboutSectionRightBody` string — About section text right
    - `OpeningHoursEnabled` boolean — Opening hours section Enabled
    - `MenuPreviewEnabled` boolean — Menu Preview section Enabled
    - `GalleryEnabled` boolean — Gallery section enabled
    - `TestimonialsEnabled` boolean — Testimonials section Enabled
    - `ContactFormEnabled` boolean — Contact Form section Enabled
    - `ContactFormEmail` string — Contact Form Email
    - `MapEnabled` boolean — Map section Enabled

## Other responses

- `400` — BadRequest
- `401` — Authentication has been denied for this request.
- `403` — Successful authentication, but authorization has been denied for this request.
- `404` — NotFound

---

[API](https://skmtc.net/flipdish/apis/flipdish-open-api-v1-0.md) · [All operations](https://skmtc.net/flipdish/apis/flipdish-open-api-v1-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/flipdish/flipdish-open-api-v1-0/versions/a72c0465da74/schema)
