---
title: "POST /api/v1.0/stores/{storeId}/servicecharge"
method: POST
path: "/api/v1.0/stores/{storeId}/servicecharge"
tags: ["Stores"]
---

# POST /api/v1.0/stores/{storeId}/servicecharge

`POST /api/v1.0/stores/{storeId}/servicecharge`

## Path parameters

- `storeId` integer, required

## Request body

- ServiceCharge — Store Service Charge
  - `StoreId` integer — Store identifier
  - `PercentageValue` number, double — The Default Service Charge Value
  - `Enabled` boolean — Enable Service Charge for store true(on) / false(off)
  - `IsOptional` boolean — Sets the service charge to be optional
  - `DisplayWithProcessingFee` boolean — Display service charge together with processing fee
  - `IncludesVouchers` boolean — If true, will include voucher value in calculation i.e 10E order with 1E service charge and 5E voucher would have service charge at 0.5E

## Response `200`

OK

- RestApiResultServiceCharge — Rest api result
  - `Data` ServiceCharge, required — Store Service Charge
    - `StoreId` integer — Store identifier
    - `PercentageValue` number, double — The Default Service Charge Value
    - `Enabled` boolean — Enable Service Charge for store true(on) / false(off)
    - `IsOptional` boolean — Sets the service charge to be optional
    - `DisplayWithProcessingFee` boolean — Display service charge together with processing fee
    - `IncludesVouchers` boolean — If true, will include voucher value in calculation i.e 10E order with 1E service charge and 5E voucher would have service charge at 0.5E

## Other responses

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

---

[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/revisions/a72c0465da74/schema)
