---
title: "saveSupplementalWages"
method: POST
path: "/supplementalwage/v1/saveSupplementalWages"
tags: ["Supplemental Wage Service"]
---

# saveSupplementalWages

`POST /supplementalwage/v1/saveSupplementalWages`

Create a new supplemental wage entry for a specific location.

## Headers

- `authenticationtoken` string, required
- `password` string, required
- `sitename` string, required
- `userid` string, required
- `X-B3-TraceId` string

## Request body

- SupplementalWageDetailsList — SupplementalWageDetailsList description
  - `locationCode` string, required — The Code that identifies the Location in Crunchtime.
  - `supplementalWageDetails` SupplementalWageDetails[]
    - `supplementalWageDetailDetails` SupplementalWageDetailDto[]
      - `dateTimeFormat` string
      - `employeeNumber` string, required — Employee number for the employee associated with the supplemental wage.
      - `hourlyFlag` string, required — Indicates (Y/N) whether the supplemental wage should be paid for a number of hours.
      - `hourlyValue` number — The number of hours for which the supplemental wage should be paid.
      - `laborDate` string, required — The date for which the supplemental wage should be paid.
      - `lumpSumFlag` string, required — Indicates (Y/N) whether the supplemental wage should be paid as a lump sum.
      - `lumpSumValue` number — The lump sum value of the supplemental wage to be paid.
      - `posCode` string — The POS ID number of the employee associated with the supplemental wage.
      - `supplementalWageCode` string, required — The Code number of the supplemental wage entry.
      - `dailyLumpSumFlag` string — Indicates (Y/N) whether the supplemental wage should be paid as a daily lump sum.
      - `dailyLumpSumValue` number — The daily lump sum value of the supplemental wage to be paid. The value must be a number between 0.00 and 99,999.99 (or between -99,999.99 and 99,999.99 if flagged as Tip Credit Eligible) and contain no more than 2 decimal places.
    - `supplementalWageHeaderDetails` SupplementalWageHeaderDto — SupplementalWageHeaderDto description
      - `dateTimeFormat` string
      - `locationCode` string, required — The Location Code for the location associated with the supplemental wage.

## Response `200`

Success

- object

## Other responses

- `400` — Validation Error
- `401` — Authorization
- `429` — Too Many Requests
- `500` — Unexpected Error
- `503` — System under maintenance
- `504` — Timeout

---

[API](https://skmtc.net/crunchtime/apis/inventory-labor.md) · [All operations](https://skmtc.net/crunchtime/apis/inventory-labor/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/crunchtime/inventory-labor/revisions/0af8e380ff2c/schema)
