---
title: "POST /api/v1.0/whitelabelconfig/{appId}/general"
method: POST
path: "/api/v1.0/whitelabelconfig/{appId}/general"
tags: ["WhiteLabelConfig"]
---

# POST /api/v1.0/whitelabelconfig/{appId}/general

`POST /api/v1.0/whitelabelconfig/{appId}/general`

## Path parameters

- `appId` string, required

## Request body

- AppGeneralConfigModel — App general configuration model
  - `WhiteLabelId` integer — White label ID
  - `DeepLinkUrlScheme` string — Deep link URL scheme
  - `SmsRestaurantName` string — SMS restaurant name
  - `NexmoSupportSmsNumber` string — Nexmo support SMS number
  - `TwilioSupportSmsNumber` string — Twilio support SMS number
  - `FallbackPhoneNumberPrefix` string — Fallback phone number prefix
  - `AutocompletePhoneNumberLength` integer — Autocomplete phone number length
  - `ContactFormType` string — Contact form type None = 0, Email = 1, Intercom = 2, WebView = 3, FlipdishMessages = 4
  - `PrivateSupportEmailAddress` string — Private support email address
  - `ContactPhoneNumber` string — Contact phone number
  - `DeliveryEnabled` boolean — Delivery enabled
  - `PickupEnabled` boolean — Pickup enabled
  - `DineInEnabled` boolean — Dine in enabled
  - `DisplayDeliveryRestaurantListScreen` boolean — Display delivery restaurant list screen
  - `DisplayPickupRestaurantListScreen` boolean — Display pickup restaurant list screen

## Response `200`

OK

- RestApiResultAppGeneralConfigModel — Rest api result
  - `Data` AppGeneralConfigModel, required — App general configuration model
    - `WhiteLabelId` integer — White label ID
    - `DeepLinkUrlScheme` string — Deep link URL scheme
    - `SmsRestaurantName` string — SMS restaurant name
    - `NexmoSupportSmsNumber` string — Nexmo support SMS number
    - `TwilioSupportSmsNumber` string — Twilio support SMS number
    - `FallbackPhoneNumberPrefix` string — Fallback phone number prefix
    - `AutocompletePhoneNumberLength` integer — Autocomplete phone number length
    - `ContactFormType` string — Contact form type None = 0, Email = 1, Intercom = 2, WebView = 3, FlipdishMessages = 4
    - `PrivateSupportEmailAddress` string — Private support email address
    - `ContactPhoneNumber` string — Contact phone number
    - `DeliveryEnabled` boolean — Delivery enabled
    - `PickupEnabled` boolean — Pickup enabled
    - `DineInEnabled` boolean — Dine in enabled
    - `DisplayDeliveryRestaurantListScreen` boolean — Display delivery restaurant list screen
    - `DisplayPickupRestaurantListScreen` boolean — Display pickup restaurant list screen

## Other responses

- `400` — BadRequest
- `401` — Unauthorized
- `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)
